You are here
Adibou 2
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 DescriptionEducational video game, 1996. Note: it follow Adibou 1 (released in 1992). ScreenshotsSource code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Adibou 2" [ "$POL_OS" = "Mac" ] && WINEVERSION="1.2.3-16bits" [ "$POL_OS" = "Linux" ] && WINEVERSION="1.2.3" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "Adibou 2" "Coktel" "" "Tinou" "Adibou2" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "This program requires $APPLICATION_TITLE 4.0.18" POL_Wine_SelectPrefix "Adibou2" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_cdrom POL_SetupWindow_cdrom_MountPC "setup.exe" POL_SetupWindow_check_cdrom "setup.exe" POL_Wine_WaitBefore "$TITLE" mkdir -p "$WINEPREFIX/drive_c/Adibou2" cd "$WINEPREFIX/drive_c/Adibou2" || POL_Debug_Fatal "Directory not found $WINEPREFIX/drive_c/Adibou2" cp -r "$CDROM"/* ./ & pid="$!" POL_SetupWindow_DirectoryProgress "$WINEPREFIX/drive_c/Adibou2" "1126616" "$pid" POL_SetupWindow_cdrom_UmountPC POL_Shortcut "WLOADER.EXE" "Adibou 2" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
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