From 4a74177665222f368c1214bb8782a7a556312adf Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 28 Jun 2023 04:25:52 +0000 Subject: [PATCH] GraphHopper Maps, another attempt --- metadata/com.graphhopper.maps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.graphhopper.maps.yml b/metadata/com.graphhopper.maps.yml index f5fa9d88e0..8f540098f8 100644 --- a/metadata/com.graphhopper.maps.yml +++ b/metadata/com.graphhopper.maps.yml @@ -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 ..