Keep Windows script in sync with new data name.

This commit is contained in:
James Turner
2013-11-22 22:48:56 +01:00
committed by Christian Schmitt
parent af9a7e9bd2
commit 95d0692b0e
+1 -1
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