1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-26 19:19:16 +02:00

Moved maps and csv from pkg to data

This commit is contained in:
2023-01-26 01:51:46 +01:00
parent bfeb6d266e
commit 80ec7f624e
13 changed files with 9 additions and 9 deletions

View File

@ -29,8 +29,8 @@ build_script:
copy release\GPXSee.exe installer
windeployqt --release installer\GPXSee.exe
copy pkg\windows\gpxsee64.nsi installer
xcopy pkg\common\csv installer\csv /i
xcopy pkg\common\maps installer\maps /i
xcopy data\csv installer\csv /i
xcopy data\maps installer\maps /i
xcopy lang\*.qm installer\translations\ /sy
xcopy icons\symbols installer\symbols /i
copy licence.txt installer