mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
Revert the publishReleaseListing workaround after calling publishRelease
This commit is contained in:
parent
bb968c5767
commit
315abe9e37
1 changed files with 4 additions and 4 deletions
|
@ -83,16 +83,16 @@ call gradlew --quiet publishReleaseListing
|
|||
SET RESULT=%ERRORLEVEL%
|
||||
IF NOT "%RESULT%" == "0" echo [ERROR] "gradlew publishReleaseListing" exited with code #%RESULT%. & goto :eos
|
||||
REM
|
||||
REM Revert removed play icon resources.
|
||||
git checkout -- "app\src\main\play\listings\de-DE\graphics\icon\*"
|
||||
git checkout -- "app\src\main\play\listings\en-GB\graphics\icon\*"
|
||||
REM
|
||||
REM Publish APK to GPlay
|
||||
echo [INFO] Publishing APK to GPlay ...
|
||||
call gradlew --quiet publishRelease
|
||||
SET RESULT=%ERRORLEVEL%
|
||||
IF NOT "%RESULT%" == "0" echo [ERROR] "gradlew publishRelease" exited with code #%RESULT%. & goto :eos
|
||||
REM
|
||||
REM Revert removed play icon resources.
|
||||
git checkout -- "app\src\main\play\listings\de-DE\graphics\icon\*"
|
||||
git checkout -- "app\src\main\play\listings\en-GB\graphics\icon\*"
|
||||
REM
|
||||
goto :eos
|
||||
:eos
|
||||
REM
|
||||
|
|
Loading…
Reference in a new issue