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 Nov 22, 2023
1 parent 451c830 commit 7302b49
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 @@ -10,7 +10,7 @@ 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=0
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 7302b49

Please sign in to comment.