BeerSmith

Informatie

Creator Bericht
etrunko Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 3281
Wine: System

Feedbacks

Omschrijving

Homebrewing software.

Editor.

Broncode

#!/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:

Contribute
Member Bericht
Dadu042 Maandag 3 Februari 2020 om 0:51
Dadu042

Bericht

  • Download link is dead. 
  • This line is usless: VERSION="3_0_8"

Antwoorden

etrunko Donderdag 25 October 2018 om 22:44
etrunko Anonymous

Information

This 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

Antwoorden

etrunko Donderdag 25 October 2018 om 22:38
etrunko Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

Antwoorden

etrunko Donderdag 25 October 2018 om 22:11
etrunko Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

Antwoorden

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