1
0
Fork 0

Keep Windows script in sync with new data name.

This commit is contained in:
James Turner 2013-10-24 10:27:10 +01:00 committed by Christian Schmitt
parent af9a7e9bd2
commit 95d0692b0e

View file

@ -32,7 +32,7 @@ ECHO #define OTSoNumber "%OT_SO_NUMBER%" >> InstallConfig.iss
set DATA_FILE=FlightGear-%FLIGHTGEAR_VERSION%-data
REM extract the data files
7z e -aoa %DATA_FILE%.tar.bz && 7z x -aoa %DATA_FILE%.tar
7z e -aoa %DATA_FILE%.tar.bz2 && 7z x -aoa %DATA_FILE%.tar
REM run Inno-setup!
REM use iscc instead of compil32 for better error reporting