Browse Source

removed the icon file name from the Stronghold crusader script and finalized the risen script

Helmut Pozimski 9 years ago
parent
commit
aaa383e7dd
2 changed files with 7 additions and 7 deletions
  1. 5 5
      risen.sh
  2. 2 2
      stronghold_crusader_hd.sh

+ 5 - 5
risen.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2014-08-19 19:41)
-# Last Revision : (2014-08-19 19:41)
-# Wine Version used : 1.7.24
+# Last Revision : (2014-08-19 22:05)
+# Wine Version used : 1.7.20
 # Distribution used to test : Debian testing/jessie
 # Author: Hoshpak
 # Script license : GPL v2
@@ -13,12 +13,12 @@ source "$PLAYONLINUX/lib/sources"
 
 GOGID="risen"
 PREFIX="Risen_gog"
-WORKING_WINE_VERSION="1.7.24"
+WORKING_WINE_VERSION="1.7.20"
 
 TITLE="GOG.com - Risen"
 
 POL_SetupWindow_Init
-POL_Debug_Init
+POL_Deug_Init
 
 POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://www.gog.com/game/$GOGID" "Hoshpak" "$PREFIX"
 
@@ -35,7 +35,7 @@ Set_OS winxp
 
 # Configure the shortcut
 GOGPATH="$GOGROOT/Risen"
-POL_Shortcut "bin/Risen.exe" "Risen" "Risen.png" "" "Game;"
+POL_Shortcut "Risen.exe" "Risen" "" "" "Game;"
 POL_Shortcut_Document "Risen" "$GOGPATH/Risen - Manual.pdf"
 
 POL_SetupWindow_Close

+ 2 - 2
stronghold_crusader_hd.sh

@@ -41,8 +41,8 @@ MAN_LANG=$(echo "${APP_ANSWER}" | cut -d ':' -f 1)
 
 # Configure the shortcut
 GOGPATH="$GOGROOT/Stronghold Crusader Extreme HD"
-POL_Shortcut "Stronghold Crusader.exe" "Stronghold Crusader HD" "Stronghold Crusader HD.png" "" "Game;StrategyGame;"
-POL_Shortcut "Stronghold_Crusader_Extreme.exe" "Stronghold Crusader Extreme HD" "Stronghold Crusader Extreme HD.png" "" "Game;StrategyGame;"
+POL_Shortcut "Stronghold Crusader.exe" "Stronghold Crusader HD" "" "" "Game;StrategyGame;"
+POL_Shortcut "Stronghold_Crusader_Extreme.exe" "Stronghold Crusader Extreme HD" "" "" "Game;StrategyGame;"
 POL_Shortcut_Document "Stronghold Crusader Extreme HD" "$GOGPATH/manual/manual_$MAN_LANG.pdf"
 
 POL_SetupWindow_Close