1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-16 03:44:24 +02:00

Follow HTTP redirects

This commit is contained in:
2025-07-07 20:09:34 +02:00
parent 3076a7a57f
commit 5d2b818781

View File

@ -34,7 +34,7 @@ after_build:
md installer
copy release\GPXSee.exe installer
windeployqt --release installer\GPXSee.exe
curl -o installer\imageformats\pbf4.dll https://ci.appveyor.com/api/projects/tumic0/QtPBFImagePlugin/artifacts/release/pbf4.dll?job=%APPVEYOR_JOB_NAME%
curl -L -o installer\imageformats\pbf4.dll https://ci.appveyor.com/api/projects/tumic0/QtPBFImagePlugin/artifacts/release/pbf4.dll?job=%APPVEYOR_JOB_NAME%
copy pkg\windows\gpxsee64.nsi installer
xcopy data\CRS installer\CRS /i
xcopy data\maps installer\maps /i