Robot Karol
Informations
Créateur | Messages |
---|---|
Bleuzen
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionRobot Karol is an application / game with which you can start learn programming. Code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Robot Karol" PREFIX="RobotKarol" WINEVERSION="1.8.1" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Landesministerium Bayern" "www.mebis.bayern.de" "Bleuzen" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE" POL_Wine "$APP_ANSWER" POL_SetupWindow_wait "$(eval_gettext 'Waiting for installation to finish')" "$TITLE" POL_Shortcut "karol.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Bleuzen | Samedi 5 Mars 2016 à 14:12 |
Bleuzen
|
MessagesGame can be downloaded here: https://www.mebis.bayern.de/infoportal/faecher/mint/inf/robot-karol/ or https://www.mebis.bayern.de/wp-content/uploads/sites/2/2015/05/Robot_Karol_setup.zip Réponses |
Bleuzen | Samedi 5 Mars 2016 à 14:06 |
Bleuzen
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,29 @@ +#!/bin/bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Robot Karol" +PREFIX="RobotKarol" +WINEVERSION="1.8.1" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Landesministerium Bayern" "www.mebis.bayern.de" "Bleuzen" "$PREFIX" + +POL_System_SetArch "x86" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +Set_OS "win7" + +POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE" + +POL_Wine "$APP_ANSWER" + +POL_SetupWindow_wait "$(eval_gettext 'Waiting for installation to finish')" "$TITLE" + +POL_Shortcut "karol.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Robot Karol" PREFIX="RobotKarol" WINEVERSION="1.8.1" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Landesministerium Bayern" "www.mebis.bayern.de" "Bleuzen" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE" POL_Wine "$APP_ANSWER" POL_SetupWindow_wait "$(eval_gettext 'Waiting for installation to finish')" "$TITLE" POL_Shortcut "karol.exe" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesVendredi 2 Aoüt 2019 à 22:00
|
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