mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
9 lines
210 B
Batchfile
9 lines
210 B
Batchfile
|
@echo off
|
||
|
|
||
|
rem Clear build dir if permission issue:
|
||
|
rem rmdir /S/Q android\app\build
|
||
|
|
||
|
setlocal
|
||
|
node ..\Tools\prepare-android-prod-build.js
|
||
|
cd android
|
||
|
gradlew.bat assembleRelease -PbuildDir=build --console plain
|