Vous êtes ici
Deep Finesse
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInteractive Bridge hand analyzer. Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Dimanche 23 Février 2020 à 9:47 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code source#!/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 Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com