]> git.mxchange.org Git - flightgear.git/commitdiff
No terrasync in Win64
authorFrederic Bouvier <fredfgfs01@free.fr>
Thu, 2 Aug 2012 06:53:50 +0000 (08:53 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Thu, 2 Aug 2012 06:53:50 +0000 (08:53 +0200)
package/Win-NSIS/flightgear64-nightly-vs2010.nsi

index a08aa8689a5bf5b4f539e47b6003365c57193d4b..f8d03de7862016f2710ba0e97e71b3520e951ddd 100644 (file)
@@ -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"