Remove outdated --splash option from created program startup shortcuts

When it was added the option without a filename activated the default splash,
but was not updated when the code and interpretation of the option changed.
This commit is contained in:
Sebastian Zhorel 2015-07-28 09:09:48 +02:00
parent 6b53428d16
commit 39b2b97bee
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
encoding="UTF-8"
categories="Application;Game;StrategyGame"
type="Application"
commandLine="--splash --windowed"
commandLine="--windowed"
workingDirectory="$INSTALL_PATH"
categories="Application;Game;StrategyGame"
description="A turn-based strategy game based on 'Sid Meier's Colonization'."
@ -29,7 +29,7 @@
target="$INSTALL_PATH/freecol"
encoding="UTF-8"
type="Application"
commandLine="--splash --full-screen"
commandLine="--full-screen"
workingDirectory="$INSTALL_PATH"
categories="Application;Game;StrategyGame"
description="FreeCol - full screen"

View File

@ -8,7 +8,7 @@
<shortcut name="FreeCol"
target="$INSTALL_PATH\freecol.exe"
commandLine="--splash --windowed"
commandLine="--windowed"
workingDirectory="$INSTALL_PATH"
description="A turn-based strategy game based on 'Sid Meier's Colonization'"
categories="Application;Game;StrategyGame"
@ -24,7 +24,7 @@
<shortcut name="FreeCol (full screen)"
target="$INSTALL_PATH\freecol.exe"
commandLine="--splash --full-screen"
commandLine="--full-screen"
workingDirectory="$INSTALL_PATH"
description="FreeCol - full screen"
categories="Application;Game;StrategyGame"