Skip to content

Commit

Permalink
Update App_build_and_release.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Dec 5, 2023
1 parent c377d0d commit c02e807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App_build_and_release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ cls
REM
REM Script Consts.
SET CLEANUP_BEFORE_BUILD=1
SET SKIP_RELEASE_BUILD=0
REM
REM Runtime Variables.
IF EXIST "%LocalAppData%\Android\Sdk" SET "ANDROID_SDK_ROOT=%LocalAppData%\Android\Sdk"
IF NOT DEFINED ANDROID_SDK_ROOT SET "ANDROID_SDK_ROOT=%SCRIPT_PATH%..\syncthing-android-prereq"
SET SKIP_RELEASE_BUILD=1
IF NOT DEFINED ANDROID_PUBLISHER_CREDENTIALS echo [WARN] ANDROID_PUBLISHER_CREDENTIALS env var not set. We will skip the signed release build. & SET SKIP_RELEASE_BUILD=1
REM
REM SET ANDROID_PUBLISHER_CREDENTIALS=%userprofile%\.android\play_key.json"
Expand Down

0 comments on commit c02e807

Please sign in to comment.