Vous êtes ici
Microsoft Spider Solitaire
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 Captures d'écranCode source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Spider Solitaire" WINEVERSION="1.7.25" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftSpider" 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_Debug_Fatal "Unable to change directory" POL_Call POL_SP2_Extract spider.exe POL_Shortcut "spider.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Quentin PÂRIS | Mardi 26 Aoüt 2014 à 2:01 |
Quentin PÂRIS
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -3,7 +3,7 @@ source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Spider Solitaire" -WINEVERSION="1.4" +WINEVERSION="1.7.25" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftSpider" Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Spider Solitaire" WINEVERSION="1.7.25" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftSpider" 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_Debug_Fatal "Unable to change directory" POL_Call POL_SP2_Extract spider.exe POL_Shortcut "spider.exe" "$TITLE" 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