Vous êtes ici
POL_Install_itch
Informations
Créateur | Messages |
---|---|
lahtis
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 0 DescriptionThe website itch.io (wikipedia page) is a simple way to find, download and distribute indie games online. Code source#!/bin/bash # PlayOnLinux Function # Date : (2018-02-11 21-43) # Last revision : (2018-02-11 21-43) # Author : lahtis # Setting default path for installers POL_LoadVar_PROGRAMFILES # Installing mandatory dependencies POL_Wine_InstallFonts POL_Call POL_Install_corefonts POL_Call POL_Function_FontsSmoothRGB # Fix to prevent Steam from launching without text after update POL_Wine_OverrideDLL "" "dwrite" # Installing Steam POL_Download_Resource "http://nuts.itch.zone/download/windows" mv "windows" "itchSetup.exe" cd "$POL_USER_ROOT/ressources/" POL_SetupWindow_wait "$(eval_gettext 'Please complete the Itch.io setup wizard.')" "$(eval_gettext '$TITLE - Itch.io Installation')" POL_Wine "itchSetup.exe" POL_SetupWindow_message "$(eval_gettext 'Log into your Itch.io account once the update is complete.\n\nClick Next to continue.')" "$TITLE - Itch.io Update and Login" |
Contributions
Filters:
ContribuerMembre | Messages |
lahtis | Dimanche 11 Février 2018 à 20:48 |
lahtis
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,24 @@ +#!/bin/bash +# PlayOnLinux Function +# Date : (2018-02-11 21-43) +# Last revision : (2018-02-11 21-43) +# Author : lahtis + +# Setting default path for installers +POL_LoadVar_PROGRAMFILES + +# Installing mandatory dependencies +POL_Wine_InstallFonts +POL_Call POL_Install_corefonts +POL_Call POL_Function_FontsSmoothRGB + +# Fix to prevent Steam from launching without text after update +POL_Wine_OverrideDLL "" "dwrite" + +# Installing Steam +POL_Download_Resource "http://nuts.itch.zone/download/windows" +mv "windows" "itchSetup.exe" +cd "$POL_USER_ROOT/ressources/" +POL_SetupWindow_wait "$(eval_gettext 'Please complete the Itch.io setup wizard.')" "$(eval_gettext '$TITLE - Itch.io Installation')" +POL_Wine "itchSetup.exe" +POL_SetupWindow_message "$(eval_gettext 'Log into your Itch.io account once the update is complete.\n\nClick Next to continue.')" "$TITLE - Itch.io Update and Login" \ No newline at end of file Nouveau code source#!/bin/bash # PlayOnLinux Function # Date : (2018-02-11 21-43) # Last revision : (2018-02-11 21-43) # Author : lahtis # Setting default path for installers POL_LoadVar_PROGRAMFILES # Installing mandatory dependencies POL_Wine_InstallFonts POL_Call POL_Install_corefonts POL_Call POL_Function_FontsSmoothRGB # Fix to prevent Steam from launching without text after update POL_Wine_OverrideDLL "" "dwrite" # Installing Steam POL_Download_Resource "http://nuts.itch.zone/download/windows" mv "windows" "itchSetup.exe" cd "$POL_USER_ROOT/ressources/" POL_SetupWindow_wait "$(eval_gettext 'Please complete the Itch.io setup wizard.')" "$(eval_gettext '$TITLE - Itch.io Installation')" POL_Wine "itchSetup.exe" POL_SetupWindow_message "$(eval_gettext 'Log into your Itch.io account once the update is complete.\n\nClick Next to continue.')" "$TITLE - Itch.io Update and Login" 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