From 4959ccdd158c0ca585109ac27aaeef6838df8744 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Thu, 2 Aug 2012 08:53:50 +0200 Subject: [PATCH] No terrasync in Win64 --- package/Win-NSIS/flightgear64-nightly-vs2010.nsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/Win-NSIS/flightgear64-nightly-vs2010.nsi b/package/Win-NSIS/flightgear64-nightly-vs2010.nsi index a08aa8689..f8d03de78 100644 --- a/package/Win-NSIS/flightgear64-nightly-vs2010.nsi +++ b/package/Win-NSIS/flightgear64-nightly-vs2010.nsi @@ -69,7 +69,6 @@ Section "" ;No components page, name is not important File ${FGBinDir}\fgfs.exe File ${FGBinDir}\fgjs.exe - File ${FGBinDir}\terrasync.exe File ${FGRunDir}\bin\fgrun.exe File ${OSGInstallDir}\bin\osg${OSGSoNumber}-osg.dll @@ -117,7 +116,7 @@ Section "" ;No components page, name is not important File ${OSGPluginsDir}\osgdb_deprecated_osgparticle.dll - Exec '"$INSTDIR\fgrun.exe" --silent --fg-exe="$INSTDIR\fgfs.exe" --ts-exe="$INSTDIR\terrasync.exe" ' + Exec '"$INSTDIR\fgrun.exe" --silent --fg-exe="$INSTDIR\fgfs.exe" ' CreateDirectory "$SMPROGRAMS\FlightGear" CreateShortCut "$SMPROGRAMS\FlightGear\FlightGear64-nightly-2010.lnk" "$INSTDIR\fgrun.exe"