1
0
Fork 0
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:
Catfriend1 2019-06-19 02:34:26 +02:00
parent bb968c5767
commit 315abe9e37

View file

@ -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