Skip to content

Commit

Permalink
win: update packr to 1.9
Browse files Browse the repository at this point in the history
This is primarily for /LARGEADDRESSAWARE on 32bit
  • Loading branch information
Adam- committed Jul 23, 2023
1 parent fa0a40d commit 586b3f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions build-win-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

PACKR_VERSION="runelite-1.8"
PACKR_HASH="ea9e8a9b276cc7548f85cf587c7bd3519104aa9b877f3d7b566fb8492d126744"
PACKR_VERSION="runelite-1.9"
PACKR_HASH="544efb4a88f561aa40a6dc9453d13a00231f10ed867f741ac7f6ded2757c1b8d"

source .jdk-versions.sh

Expand Down Expand Up @@ -95,5 +95,7 @@ tools/rcedit-x64 native-win-aarch64/RuneLite.exe \
echo RuneLite.exe aarch64 sha256sum
sha256sum native-win-aarch64/RuneLite.exe

dumpbin //HEADERS native-win-aarch64/RuneLite.exe

# We use the filtered iss file
iscc target/filtered-resources/runeliteaarch64.iss
6 changes: 4 additions & 2 deletions build-win32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

PACKR_VERSION="runelite-1.7"
PACKR_HASH="f61c7faeaa364b6fa91eb606ce10bd0e80f9adbce630d2bae719aef78d45da61"
PACKR_VERSION="runelite-1.9"
PACKR_HASH="544efb4a88f561aa40a6dc9453d13a00231f10ed867f741ac7f6ded2757c1b8d"

source .jdk-versions.sh

Expand Down Expand Up @@ -38,5 +38,7 @@ tools/rcedit-x64 native-win32/RuneLite.exe \
echo RuneLite.exe 32bit sha256sum
sha256sum native-win32/RuneLite.exe

dumpbin //HEADERS native-win32/RuneLite.exe

# We use the filtered iss file
iscc target/filtered-resources/runelite32.iss
6 changes: 4 additions & 2 deletions build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

PACKR_VERSION="runelite-1.7"
PACKR_HASH="f61c7faeaa364b6fa91eb606ce10bd0e80f9adbce630d2bae719aef78d45da61"
PACKR_VERSION="runelite-1.9"
PACKR_HASH="544efb4a88f561aa40a6dc9453d13a00231f10ed867f741ac7f6ded2757c1b8d"

source .jdk-versions.sh

Expand Down Expand Up @@ -38,5 +38,7 @@ tools/rcedit-x64 native-win64/RuneLite.exe \
echo RuneLite.exe 64bit sha256sum
sha256sum native-win64/RuneLite.exe

dumpbin //HEADERS native-win64/RuneLite.exe

# We use the filtered iss file
iscc target/filtered-resources/runelite.iss

0 comments on commit 586b3f9

Please sign in to comment.