W3D Hub Launcher
Informations
Créateur | Messages |
---|---|
der Papst
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInstalls W3D Hub Launcher and its dependencies. It is a digital distribution software. Captures d'écranCode 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:
ContribuerMembre | Messages |
der Papst | Mardi 13 Novembre 2018 à 1:34 |
der Papst
|
InformationCette mise à jour a été acceptée par l'équipe MessagesAdded 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messagesadded 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
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesWhen 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 |
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