Guide 9

Informations

Créateur Messages
almukantarat Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 3368
Wine: 2.22

Retours d'expérience

Description

Astronomical software.

Editor: Project Pluto. Appdb.winehq.org

Code source

#!/bin/bash
# Last revision : (2014-09-24)
# Wine version used : 1.6.2, 2.22
# Author : almukantarat
# License : GNU/GPL v3

# CHANGELOG
# [almukantarat] (2014)
#   First script.
# [Dadu042] (201x)
#   Wine 1.6.2 -> 2.22


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

TITLE="Guide 9"
PREFIX="guide9"
WORKING_WINE_VERSION="2.22"

POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_SetupWindow_InstallMethod "LOCAL"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine $SETUP_EXE

POL_Shortcut "guide9.exe" "$TITLE"

POL_SetupWindow_Close

exit

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Jeudi 14 Novembre 2019 à 16:09
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Wine 1.6.2 ->2 .22

Differences

@@ -1,15 +1,22 @@
 #!/bin/bash
 # Last revision : (2014-09-24)
-# Wine version used : 1.6.2
+# Wine version used : 1.6.2, 2.22
 # Author : almukantarat
 # License : GNU/GPL v3
 
+# CHANGELOG
+# [almukantarat] (2014)
+#   First script.
+# [Dadu042] (201x)
+#   Wine 1.6.2 -> 2.22
+
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-TITLE="Guide 9.0"
+TITLE="Guide 9"
 PREFIX="guide9"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="2.22"
 
 POL_SetupWindow_Init
 POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

Nouveau code source

#!/bin/bash
# Last revision : (2014-09-24)
# Wine version used : 1.6.2, 2.22
# Author : almukantarat
# License : GNU/GPL v3

# CHANGELOG
# [almukantarat] (2014)
#   First script.
# [Dadu042] (201x)
#   Wine 1.6.2 -> 2.22


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

TITLE="Guide 9"
PREFIX="guide9"
WORKING_WINE_VERSION="2.22"

POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_SetupWindow_InstallMethod "LOCAL"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine $SETUP_EXE

POL_Shortcut "guide9.exe" "$TITLE"

POL_SetupWindow_Close

exit

Réponses

Dadu042 Dimanche 2 Juin 2019 à 15:06
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Script moved.

Differences

@@ -0,0 +1,29 @@
+#!/bin/bash
+# Last revision : (2014-09-24)
+# Wine version used : 1.6.2
+# Author : almukantarat
+# License : GNU/GPL v3
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Guide 9.0"
+PREFIX="guide9"
+WORKING_WINE_VERSION="1.6.2"
+
+POL_SetupWindow_Init
+POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+POL_SetupWindow_InstallMethod "LOCAL"
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
+SETUP_EXE="$APP_ANSWER"
+POL_Wine $SETUP_EXE
+
+POL_Shortcut "guide9.exe" "$TITLE"
+
+POL_SetupWindow_Close
+
+exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Last revision : (2014-09-24)
# Wine version used : 1.6.2
# Author : almukantarat
# License : GNU/GPL v3

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

TITLE="Guide 9.0"
PREFIX="guide9"
WORKING_WINE_VERSION="1.6.2"

POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_SetupWindow_InstallMethod "LOCAL"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine $SETUP_EXE

POL_Shortcut "guide9.exe" "$TITLE"

POL_SetupWindow_Close

exit

Réponses

Quentin PÂRIS Mercredi 24 September 2014 à 12:04
Quentin PÂRIS Anonymous

Messages

The description is not the right place to put your code. Can you send it more properly? Thank you

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