W3D Hub Launcher

Informations

Créateur Messages
der Papst Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 3589
Wine: 3.1

Retours d'expérience

Description

Installs W3D Hub Launcher and its dependencies. It is a digital distribution software.

Captures d'écran

Miniature

Code source

#!/bin/bash
# Date : (2018-11-13 01:00)
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
# Wine version used : 3.1
# Distribution used to test : Kubuntu 16.04 LTS
# Author : der Papst
# Licence : GPLv3
  
TITLE="W3D Hub Launcher installer"
PREFIX="w3d"
EDITOR="W3D"
GAME_URL="https://w3dhub.com/#/home"
AUTHOR="der Papst"
WORKING_WINE_VERSION="3.1"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
POL_Call POL_Install_dotnet461
 
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
POL_Wine "$APP_ANSWER"
 
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
der Papst Mardi 13 Novembre 2018 à 1:34
der Papst Anonymous

Information

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

Messages

Added multilingual support

Differences

@@ -0,0 +1,34 @@
+#!/bin/bash
+# Date : (2018-11-13 01:00)
+ 
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+# Wine version used : 3.1
+# Distribution used to test : Kubuntu 16.04 LTS
+# Author : der Papst
+# Licence : GPLv3
+  
+TITLE="W3D Hub Launcher installer"
+PREFIX="w3d"
+EDITOR="W3D"
+GAME_URL="https://w3dhub.com/#/home"
+AUTHOR="der Papst"
+WORKING_WINE_VERSION="3.1"
+ 
+POL_SetupWindow_Init
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+  
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+  
+POL_Call POL_Install_dotnet461
+ 
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
+POL_Wine "$APP_ANSWER"
+ 
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2018-11-13 01:00)
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
# Wine version used : 3.1
# Distribution used to test : Kubuntu 16.04 LTS
# Author : der Papst
# Licence : GPLv3
  
TITLE="W3D Hub Launcher installer"
PREFIX="w3d"
EDITOR="W3D"
GAME_URL="https://w3dhub.com/#/home"
AUTHOR="der Papst"
WORKING_WINE_VERSION="3.1"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
POL_Call POL_Install_dotnet461
 
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
POL_Wine "$APP_ANSWER"
 
POL_SetupWindow_Close
exit 0

Réponses

der Papst Samedi 10 Novembre 2018 à 11:55
der Papst Anonymous

Warning

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

Messages

added missing call

Differences

@@ -0,0 +1,35 @@
+#!/bin/bash
+# Date : (2018-11-07 21:00)
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+# Wine version used : 3.1
+# Distribution used to test : Kubuntu 16.04 LTS
+# Author : der Papst
+# Licence : GPLv3
+ 
+TITLE="W3D Hub Launcher installer"
+PREFIX="w3d"
+EDITOR="W3D"
+GAME_URL="https://w3dhub.com/#/home"
+AUTHOR="der Papst"
+WORKING_WINE_VERSION="3.1"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+ 
+POL_Call POL_Install_dotnet461
+
+POL_SetupWindow_browse "Please select the w3dHub Setup File" "$TITLE"
+POL_Wine "$APP_ANSWER"
+
+POL_SetupWindow_Close
+exit 0
+

Nouveau code source

#!/bin/bash
# Date : (2018-11-07 21:00)

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

# Wine version used : 3.1
# Distribution used to test : Kubuntu 16.04 LTS
# Author : der Papst
# Licence : GPLv3
 
TITLE="W3D Hub Launcher installer"
PREFIX="w3d"
EDITOR="W3D"
GAME_URL="https://w3dhub.com/#/home"
AUTHOR="der Papst"
WORKING_WINE_VERSION="3.1"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_Install_dotnet461

POL_SetupWindow_browse "Please select the w3dHub Setup File" "$TITLE"
POL_Wine "$APP_ANSWER"

POL_SetupWindow_Close
exit 0

Réponses

der Papst Jeudi 8 Novembre 2018 à 23:30
der Papst Anonymous

Warning

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

Messages

When creating an installer, the page only asks for the description, not for the source...

Differences

@@ -0,0 +1,31 @@
+#!/bin/bash
+# Date : (2018-11-07 21:00)
+
+# Wine version used : 3.1
+# Distribution used to test : Kubuntu 16.04 LTS
+# Author : der Papst
+# Licence : GPLv3
+ 
+TITLE="W3D Hub Launcher installer"
+PREFIX="w3d"
+EDITOR="W3D"
+GAME_URL="https://w3dhub.com/#/home"
+AUTHOR="der Papst"
+WORKING_WINE_VERSION="3.1"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+ 
+POL_Call POL_Install_dotnet461
+
+POL_SetupWindow_browse "Please select the w3dHub Setup File" "$TITLE"
+POL_Wine "$APP_ANSWER"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2018-11-07 21:00)

# Wine version used : 3.1
# Distribution used to test : Kubuntu 16.04 LTS
# Author : der Papst
# Licence : GPLv3
 
TITLE="W3D Hub Launcher installer"
PREFIX="w3d"
EDITOR="W3D"
GAME_URL="https://w3dhub.com/#/home"
AUTHOR="der Papst"
WORKING_WINE_VERSION="3.1"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_Install_dotnet461

POL_SetupWindow_browse "Please select the w3dHub Setup File" "$TITLE"
POL_Wine "$APP_ANSWER"

POL_SetupWindow_Close
exit 0

Réponses