No terrasync in Win64
This commit is contained in:
parent
759b6b3de8
commit
4959ccdd15
1 changed files with 1 additions and 2 deletions
|
@ -69,7 +69,6 @@ Section "" ;No components page, name is not important
|
||||||
|
|
||||||
File ${FGBinDir}\fgfs.exe
|
File ${FGBinDir}\fgfs.exe
|
||||||
File ${FGBinDir}\fgjs.exe
|
File ${FGBinDir}\fgjs.exe
|
||||||
File ${FGBinDir}\terrasync.exe
|
|
||||||
File ${FGRunDir}\bin\fgrun.exe
|
File ${FGRunDir}\bin\fgrun.exe
|
||||||
|
|
||||||
File ${OSGInstallDir}\bin\osg${OSGSoNumber}-osg.dll
|
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
|
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"
|
CreateDirectory "$SMPROGRAMS\FlightGear"
|
||||||
CreateShortCut "$SMPROGRAMS\FlightGear\FlightGear64-nightly-2010.lnk" "$INSTDIR\fgrun.exe"
|
CreateShortCut "$SMPROGRAMS\FlightGear\FlightGear64-nightly-2010.lnk" "$INSTDIR\fgrun.exe"
|
||||||
|
|
Loading…
Reference in a new issue