Microsoft Spider Solitaire

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 50750
Wine: 1.7.25

Retours d'expérience

Captures d'écran

Miniature

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

Contributions

Filters:

Contribuer
Membre Messages
Quentin PÂRIS Mardi 26 Aoüt 2014 à 2:01
Quentin PÂRIS Anonymous

Information

Cette 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

Anonymous
Mardi 2 Février 2016 à 19:11
Invalid link download microsoft spider.
Mardi 2 Février 2016 à 19:59
Related to https://www.playonlinux.com/en/issue-5214.html