added filename for the apk

This commit is contained in:
afischerdev 2025-03-18 10:27:12 +01:00
parent ddeb08c67d
commit ac429bc0e7

View File

@ -46,6 +46,7 @@ public class BRouterWorker {
RoutingContext rc = new RoutingContext(); RoutingContext rc = new RoutingContext();
rc.rawTrackPath = rawTrackPath; rc.rawTrackPath = rawTrackPath;
rc.rawAreaPath = rawTrackPath.substring(0, rawTrackPath.lastIndexOf(File.separator)+1) + "rawAreaInfo.dat";
rc.localFunction = profilePath; rc.localFunction = profilePath;
RoutingParamCollector routingParamCollector = new RoutingParamCollector(); RoutingParamCollector routingParamCollector = new RoutingParamCollector();