mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
Fix tutanota build
This commit is contained in:
parent
530a711027
commit
845fd9827e
1 changed files with 3 additions and 2 deletions
|
|
@ -1487,7 +1487,7 @@ Builds:
|
|||
|
||||
- versionName: 3.91.6
|
||||
versionCode: 391060
|
||||
commit: 037de9051bafe4af9cd0a34e2957b8e67dc4d249
|
||||
commit: 7be2e97ac621ed12ef085eea9b42afd5166b262a
|
||||
subdir: app-android/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
|
|
@ -1507,7 +1507,8 @@ Builds:
|
|||
- cd ../..
|
||||
- node buildSrc/fixFdroidDeps.js
|
||||
- npm install
|
||||
- node dist prod
|
||||
- npm run build-packages
|
||||
- node --max-old-space-size=4096 dist prod
|
||||
- node buildSrc/prepareMobileBuild.js dist
|
||||
scandelete:
|
||||
- node_modules/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue