GraphHopper Maps, another attempt

This commit is contained in:
Peter 2023-06-28 04:25:52 +00:00 committed by linsui
parent 8b63e577f3
commit 4a74177665

View file

@ -153,7 +153,6 @@ Builds:
- versionName: 1.0.5
versionCode: 6
disable: https://monitor.f-droid.org/builds/log/com.graphhopper.maps/6
commit: c03aa0cbd34bcfd25e74d8b8a5555106de1c71a7
subdir: android/app
submodules: true
@ -166,6 +165,7 @@ Builds:
- cp config.js graphhopper-maps/
- cd graphhopper-maps
- npm install
- sed -i -e 's/gitSHA\ =/gitSHA\ ="1"\/\//g' webpack.common.js
- npm run build
- mv dist/bundle.*.js dist/bundle.js
- cd ..