mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Desktop: Updated build process to fix buggy electron-builder https://github.com/electron-userland/electron-builder/issues/3660#issuecomment-465461491
This commit is contained in:
@@ -84,6 +84,8 @@ async function main() {
|
||||
|
||||
console.info('Copying APK to ' + apkFilePath);
|
||||
await fs.copy('ReactNativeClient/android/app/build/outputs/apk/release/app-release.apk', apkFilePath);
|
||||
console.info('Copying APK to ' + releaseDir + '/joplin-latest.apk');
|
||||
await fs.copy('ReactNativeClient/android/app/build/outputs/apk/release/app-release.apk', releaseDir + '/joplin-latest.apk');
|
||||
|
||||
console.info('Updating Readme URL...');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user