mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
moroway - update recipe
This commit is contained in:
parent
57b074f1b5
commit
4f986233fc
1 changed files with 4 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ IssueTracker: https://github.com/MOROway/moroway-app-oc/issues
|
|||
AutoName: MOROway
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/MOROway/moroway-app-oc
|
||||
Repo: https://github.com/MOROway/moroway-app-oc.git
|
||||
|
||||
Builds:
|
||||
- versionName: 6.2.0
|
||||
|
|
@ -516,15 +516,12 @@ Builds:
|
|||
commit: df693ddcf474c042f2fe709150636fae16f0424b
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.0/node-v18.18.0-linux-x64.tar.gz
|
||||
- echo "8aae62b6b3a5d659459c35c51e4373b950d11595a273db16c6162c712c5533a2 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g npm@latest
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
- npm install -g cordova
|
||||
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-33' 'build-tools;33.0.2'
|
||||
- sdkmanager 'platforms;android-33' 'build-tools;34.0.0'
|
||||
- cordova platform add android
|
||||
scanignore:
|
||||
- moroway-app-oc/assets/3d/background-3d/background-3d.bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue