Deep Finesse

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 7754
Wine:

Feedbacks

Description

Interactive Bridge hand analyzer.

Website.

Source code

#!/bin/bash

#
# CHANGELOG
# [Quentin P] (2011 ?)
#   Initial script.
# [Dadu042] (2020-02-23 23:41)
#   Remove useless info (WINEVERSION).

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Deep Finesse"
EDITOR="Deep Finesse"
EDITOR_URL="http://www.deepfinesse.com"
PREFIX="DeepFinesse"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Call POL_Install_LunaTheme
cd "$WINEPREFIX/drive_c"
POL_Download "http://www.deepfinesse.com/releases/Deep%20Finesse%202012%20v3.zip" "cf6491ceebec1ad65e8534e597454736"

POL_Wine_WaitBefore "$TITLE"
unzip "Deep%20Finesse%202012%20v3.zip"

POL_Shortcut "Deep Finesse.exe"  "$TITLE" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Sunday 23 February 2020 at 9:47
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,9 +1,16 @@
 #!/bin/bash
+
+#
+# CHANGELOG
+# [Quentin P] (2011 ?)
+#   Initial script.
+# [Dadu042] (2020-02-23 23:41)
+#   Remove useless info (WINEVERSION).
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Deep Finesse"
-WINEVERSION="1.4"
 EDITOR="Deep Finesse"
 EDITOR_URL="http://www.deepfinesse.com"
 PREFIX="DeepFinesse"
@@ -22,7 +29,7 @@
 POL_Wine_WaitBefore "$TITLE"
 unzip "Deep%20Finesse%202012%20v3.zip"
 
-POL_Shortcut "Deep Finesse.exe"  "$TITLE"
+POL_Shortcut "Deep Finesse.exe"  "$TITLE" "" "" "Game;"
 
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

New source code

#!/bin/bash

#
# CHANGELOG
# [Quentin P] (2011 ?)
#   Initial script.
# [Dadu042] (2020-02-23 23:41)
#   Remove useless info (WINEVERSION).

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Deep Finesse"
EDITOR="Deep Finesse"
EDITOR_URL="http://www.deepfinesse.com"
PREFIX="DeepFinesse"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Call POL_Install_LunaTheme
cd "$WINEPREFIX/drive_c"
POL_Download "http://www.deepfinesse.com/releases/Deep%20Finesse%202012%20v3.zip" "cf6491ceebec1ad65e8534e597454736"

POL_Wine_WaitBefore "$TITLE"
unzip "Deep%20Finesse%202012%20v3.zip"

POL_Shortcut "Deep Finesse.exe"  "$TITLE" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Replies