mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-27 00:44:24 +02:00
Fixed pbf4.dll plugin path
This commit is contained in:
@ -34,7 +34,7 @@ after_build:
|
|||||||
md installer
|
md installer
|
||||||
copy release\GPXSee.exe installer
|
copy release\GPXSee.exe installer
|
||||||
windeployqt --release installer\GPXSee.exe
|
windeployqt --release installer\GPXSee.exe
|
||||||
curl -o installer\plugins\imageformats\pbf4.dll https://ci.appveyor.com/api/projects/tumic0/QtPBFImagePlugin/artifacts/release/pbf4.dll?job=%job_name%
|
curl -o installer\imageformats\pbf4.dll https://ci.appveyor.com/api/projects/tumic0/QtPBFImagePlugin/artifacts/release/pbf4.dll?job=%job_name%
|
||||||
copy pkg\windows\gpxsee64.nsi installer
|
copy pkg\windows\gpxsee64.nsi installer
|
||||||
xcopy data\CRS installer\CRS /i
|
xcopy data\CRS installer\CRS /i
|
||||||
xcopy data\maps installer\maps /i
|
xcopy data\maps installer\maps /i
|
||||||
|
Reference in New Issue
Block a user