BeerSmith
Informations
Creator | Message |
---|---|
etrunko
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionHomebrewing software. Source code#!/usr/bin/env playonlinux-bash # Date : (2018-10-25 17-37) # Last revision : (2018-10-25 17-37) # Wine version used : # Distribution used to test : Fedora # Author : etrunko [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="BeerSmith" PREFIX="$TITLE" VERSION="3_0_8" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "etrunko" "$PREFIX" POL_Wine_SelectPrefix "$TITLE" POL_Wine_PrefixCreate cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/" POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "BeerSmith$VERSION.exe" POL_Shortcut "BeerSmith3.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Monday 3 February 2020 at 0:51 |
Dadu042
|
Message
Replies |
etrunko | Thursday 25 October 2018 at 22:44 |
etrunko
|
InformationThis update has been approved by the team. Differences@@ -0,0 +1,32 @@ +#!/usr/bin/env playonlinux-bash +# Date : (2018-10-25 17-37) +# Last revision : (2018-10-25 17-37) +# Wine version used : +# Distribution used to test : Fedora +# Author : etrunko + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="BeerSmith" +PREFIX="$TITLE" +VERSION="3_0_8" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "etrunko" "$PREFIX" + +POL_Wine_SelectPrefix "$TITLE" +POL_Wine_PrefixCreate + +cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/" +POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe" + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "BeerSmith$VERSION.exe" + +POL_Shortcut "BeerSmith3.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file New source code#!/usr/bin/env playonlinux-bash # Date : (2018-10-25 17-37) # Last revision : (2018-10-25 17-37) # Wine version used : # Distribution used to test : Fedora # Author : etrunko [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="BeerSmith" PREFIX="$TITLE" VERSION="3_0_8" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "etrunko" "$PREFIX" POL_Wine_SelectPrefix "$TITLE" POL_Wine_PrefixCreate cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/" POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "BeerSmith$VERSION.exe" POL_Shortcut "BeerSmith3.exe" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
etrunko | Thursday 25 October 2018 at 22:38 |
etrunko
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,32 @@ +#!/usr/bin/env playonlinux-bash +# Date : (2018-10-25 17-37) +# Last revision : (2018-10-25 17-37) +# Wine version used : +# Distribution used to test : Fedora +# Author : etrunko + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="BeerSmith" +PREFIX="$TITLE" +VERSION="3_0_8" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "Eduardo Lima (Etrunko)" "$PREFIX" + +POL_Wine_SelectPrefix "$TITLE" +POL_Wine_PrefixCreate + +cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/" +POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe" + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "BeerSmith$VERSION.exe" + +POL_Shortcut "BeerSmith3.exe" "$TITLE" + +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/usr/bin/env playonlinux-bash # Date : (2018-10-25 17-37) # Last revision : (2018-10-25 17-37) # Wine version used : # Distribution used to test : Fedora # Author : etrunko [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="BeerSmith" PREFIX="$TITLE" VERSION="3_0_8" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Bradley J Smith" "http://beersmith.com" "Eduardo Lima (Etrunko)" "$PREFIX" POL_Wine_SelectPrefix "$TITLE" POL_Wine_PrefixCreate cd "$POL_USER_ROOT/wineprefix/$PREFIX/drive_c/" POL_Download "https://s3.amazonaws.com/beersmith-3/BeerSmith$VERSION.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "BeerSmith$VERSION.exe" POL_Shortcut "BeerSmith3.exe" "$TITLE" POL_SetupWindow_Close exit Replies |
etrunko | Thursday 25 October 2018 at 22:11 |
etrunko
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,8 @@ +#!/usr/bin/env playonlinux-bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +POL_SetupWindow_Init + +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/usr/bin/env playonlinux-bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_Close exit Replies |
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