You are here
Microsoft Spider Solitaire
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 ScreenshotsSource code#!/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:
ContributeMember | Message |
Quentin PÂRIS | Tuesday 26 August 2014 at 2:01 |
Quentin PÂRIS
|
InformationThis update has been approved by the team. 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" New source code#!/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 Replies |
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