diff --git a/script/deploy_macos.sh b/script/deploy_macos.sh index 03805dc..b6d035c 100755 --- a/script/deploy_macos.sh +++ b/script/deploy_macos.sh @@ -20,6 +20,9 @@ cd ../.. mv deployment/macos-$ARCH/* $BUILD/Throne.app/Contents/MacOS +#### download srslist #### +curl -fLso $DEST/srslist "https://raw.githubusercontent.com/throneproj/routeprofiles/rule-set/list" + #### deploy qt & DLL runtime => .app #### pushd $BUILD macdeployqt Throne.app -verbose=3