Resource Hacker
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 2 DescriptionA freeware resource compiler & decompiler for Windows applications. Source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-06-27 11-52) # [kmiksi] (2016-02-23 13-00) # Clean Code [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Resource Hacker" PREFIX="ResourceHacker" WORKING_WINE_VERSION="1.4" EDITOR="Resource Hacker" EDITOR_URL="http://www.angusj.com/resourcehacker/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" test -e reshacker_setup.exe || POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "f2e04857b30ed7c6a5f3a7e72b772e56" POL_Wine_WaitBefore "$TITLE" POL_Wine reshacker_setup.exe POL_Wine_WaitExit "$TITLE" POL_Shortcut "ResourceHacker.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
andykimpe | Friday 21 October 2022 at 13:54 |
andykimpe
|
WarningThis update has not been approved yet by the team. Differences@@ -4,13 +4,16 @@ # [SuperPlumus] (2013-06-27 11-52) # [kmiksi] (2016-02-23 13-00) # Clean Code +# [andykimpe] (2022-10-21) +# md5 update set os win7 update wine version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Resource Hacker" PREFIX="ResourceHacker" -WORKING_WINE_VERSION="1.4" +WORKING_WINE_VERSION="7.0" + EDITOR="Resource Hacker" EDITOR_URL="http://www.angusj.com/resourcehacker/" @@ -22,12 +25,13 @@ POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" +Set_OS "win7" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" test -e reshacker_setup.exe || -POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "f2e04857b30ed7c6a5f3a7e72b772e56" +POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "e846ef7353af351ad4a6e1d49638b500" POL_Wine_WaitBefore "$TITLE" POL_Wine reshacker_setup.exe New source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-06-27 11-52) # [kmiksi] (2016-02-23 13-00) # Clean Code # [andykimpe] (2022-10-21) # md5 update set os win7 update wine version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Resource Hacker" PREFIX="ResourceHacker" WORKING_WINE_VERSION="7.0" EDITOR="Resource Hacker" EDITOR_URL="http://www.angusj.com/resourcehacker/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Set_OS "win7" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" test -e reshacker_setup.exe || POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "e846ef7353af351ad4a6e1d49638b500" POL_Wine_WaitBefore "$TITLE" POL_Wine reshacker_setup.exe POL_Wine_WaitExit "$TITLE" POL_Shortcut "ResourceHacker.exe" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
kmiksi | Tuesday 23 February 2016 at 17:07 |
kmiksi
|
InformationThis update has been approved by the team. MessageFixed url, md5, installer name and app executable name, that have changed due to an version update. Differences@@ -2,6 +2,7 @@ # CHANGELOG # [SuperPlumus] (2013-06-27 11-52) +# [kmiksi] (2016-02-23 13-00) # Clean Code [ "$PLAYONLINUX" = "" ] && exit 0 @@ -25,13 +26,14 @@ POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" -POL_Download "http://www.angusj.com/resourcehacker/reshack_setup.exe" "a513eacd766673290f1204f467590b7c" +test -e reshacker_setup.exe || +POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "f2e04857b30ed7c6a5f3a7e72b772e56" POL_Wine_WaitBefore "$TITLE" -POL_Wine reshack_setup.exe +POL_Wine reshacker_setup.exe POL_Wine_WaitExit "$TITLE" -POL_Shortcut "ResHacker.exe" "$TITLE" +POL_Shortcut "ResourceHacker.exe" "$TITLE" POL_SetupWindow_Close exit 0 \ No newline at end of file New source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-06-27 11-52) # [kmiksi] (2016-02-23 13-00) # Clean Code [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Resource Hacker" PREFIX="ResourceHacker" WORKING_WINE_VERSION="1.4" EDITOR="Resource Hacker" EDITOR_URL="http://www.angusj.com/resourcehacker/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" test -e reshacker_setup.exe || POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "f2e04857b30ed7c6a5f3a7e72b772e56" POL_Wine_WaitBefore "$TITLE" POL_Wine reshacker_setup.exe POL_Wine_WaitExit "$TITLE" POL_Shortcut "ResourceHacker.exe" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
kmiksi | Tuesday 23 February 2016 at 17:02 |
kmiksi
|
WarningThis update has not been approved yet by the team. MessageThe url, md5, installer name and app executable name have changed due to an version update. I am submitting my corrections. Differences@@ -2,13 +2,14 @@ # CHANGELOG # [SuperPlumus] (2013-06-27 11-52) +# [kmiksi] (2016-02-23 13-00) # Clean Code [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Resource Hacker" -PREFIX="ResourceHacker" +PREFIX="ResourceHacker2" WORKING_WINE_VERSION="1.4" EDITOR="Resource Hacker" @@ -25,13 +26,14 @@ POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" -POL_Download "http://www.angusj.com/resourcehacker/reshack_setup.exe" "a513eacd766673290f1204f467590b7c" +test -e reshacker_setup.exe || +POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "f2e04857b30ed7c6a5f3a7e72b772e56" POL_Wine_WaitBefore "$TITLE" -POL_Wine reshack_setup.exe +POL_Wine reshacker_setup.exe POL_Wine_WaitExit "$TITLE" -POL_Shortcut "ResHacker.exe" "$TITLE" +POL_Shortcut "ResourceHacker.exe" "$TITLE" POL_SetupWindow_Close exit 0 \ No newline at end of file New source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-06-27 11-52) # [kmiksi] (2016-02-23 13-00) # Clean Code [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Resource Hacker" PREFIX="ResourceHacker2" WORKING_WINE_VERSION="1.4" EDITOR="Resource Hacker" EDITOR_URL="http://www.angusj.com/resourcehacker/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" test -e reshacker_setup.exe || POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "f2e04857b30ed7c6a5f3a7e72b772e56" POL_Wine_WaitBefore "$TITLE" POL_Wine reshacker_setup.exe POL_Wine_WaitExit "$TITLE" POL_Shortcut "ResourceHacker.exe" "$TITLE" POL_SetupWindow_Close exit 0 RepliesTuesday 23 February 2016 at 17:09
|
petch | Saturday 7 November 2015 at 18:50 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate download URL Differences@@ -25,7 +25,7 @@ POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" -POL_Download "http://www.angusj.com/resourcehacker/reshack_setup.exe" "a513eacd766673290f1204f467590b7c" +POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "f2e04857b30ed7c6a5f3a7e72b772e56" POL_Wine_WaitBefore "$TITLE" POL_Wine reshack_setup.exe New source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-06-27 11-52) # Clean Code [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Resource Hacker" PREFIX="ResourceHacker" WORKING_WINE_VERSION="1.4" EDITOR="Resource Hacker" EDITOR_URL="http://www.angusj.com/resourcehacker/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" POL_Download "http://www.angusj.com/resourcehacker/reshacker_setup.exe" "f2e04857b30ed7c6a5f3a7e72b772e56" POL_Wine_WaitBefore "$TITLE" POL_Wine reshack_setup.exe POL_Wine_WaitExit "$TITLE" POL_Shortcut "ResHacker.exe" "$TITLE" POL_SetupWindow_Close exit 0 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