mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-02 01:01:17 +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%
|
SET RESULT=%ERRORLEVEL%
|
||||||
IF NOT "%RESULT%" == "0" echo [ERROR] "gradlew publishReleaseListing" exited with code #%RESULT%. & goto :eos
|
IF NOT "%RESULT%" == "0" echo [ERROR] "gradlew publishReleaseListing" exited with code #%RESULT%. & goto :eos
|
||||||
REM
|
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
|
REM Publish APK to GPlay
|
||||||
echo [INFO] Publishing APK to GPlay ...
|
echo [INFO] Publishing APK to GPlay ...
|
||||||
call gradlew --quiet publishRelease
|
call gradlew --quiet publishRelease
|
||||||
SET RESULT=%ERRORLEVEL%
|
SET RESULT=%ERRORLEVEL%
|
||||||
IF NOT "%RESULT%" == "0" echo [ERROR] "gradlew publishRelease" exited with code #%RESULT%. & goto :eos
|
IF NOT "%RESULT%" == "0" echo [ERROR] "gradlew publishRelease" exited with code #%RESULT%. & goto :eos
|
||||||
REM
|
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
|
goto :eos
|
||||||
:eos
|
:eos
|
||||||
REM
|
REM
|
||||||
|
|
Loading…
Reference in a new issue