mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update com.graphhoper.maps build script
This commit is contained in:
parent
bd902d4c0f
commit
6242fe4e87
1 changed files with 2 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ Builds:
|
|||
|
||||
- versionName: 1.0.5
|
||||
versionCode: 6
|
||||
disable: https://github.com/boldtrn/graphhopper-maps-capacitor/issues/26
|
||||
commit: c03aa0cbd34bcfd25e74d8b8a5555106de1c71a7
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
|
|
@ -169,9 +168,11 @@ Builds:
|
|||
- cd graphhopper-maps
|
||||
- npm install
|
||||
- npm run build
|
||||
- mv dist/bundle.*.js dist/bundle.js
|
||||
- cd ..
|
||||
- npm install
|
||||
- npm run build
|
||||
- cp config.js dist/
|
||||
- npx cap sync
|
||||
gradle:
|
||||
- yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue