Skip to content

Commit

Permalink
Update App_build_and_release.cmd (fixes #866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Dec 13, 2021
1 parent 3c5ae6d commit ed83b22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions App_build_and_release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ IF NOT DEFINED SIGNING_PASSWORD echo [ERROR] Signing password is required. Pleas
REM
:absLint
REM
copy /y "%SCRIPT_PATH%app\src\main\play\release-notes\en-GB\beta.txt" "%SCRIPT_PATH%app\src\main\play\release-notes\en-GB\default.txt"
REM
echo [INFO] Running lint before building ...
IF "%SKIP_RELEASE_BUILD%" == "1" call gradlew --quiet lintDebug & SET RESULT=%ERRORLEVEL%
IF NOT "%SKIP_RELEASE_BUILD%" == "1" call gradlew --quiet lint & SET RESULT=%ERRORLEVEL%
Expand Down
15 changes: 15 additions & 0 deletions app/src/main/play/release-notes/en-GB/default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* Syncthing v1.18.5

Enhanced
--
-


Fixes
--
-


Others
--
-

0 comments on commit ed83b22

Please sign in to comment.