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:
@ -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
|
||||
|
Reference in New Issue
Block a user