Skip to content

Commit

Permalink
Update build script to match shImg
Browse files Browse the repository at this point in the history
  • Loading branch information
mgord9518 committed Jun 18, 2024
1 parent 889eaab commit b0619fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ mksquashfs AppDir sfs -root-owned -no-exports -noI -b 1M -comp lz4 -Xhc -nopad
[ $? -ne 0 ] && exit $?

# Download shImg runtime
wget "https://github.com/mgord9518/shappimage/releases/download/continuous/runtime-lz4-static-x86_64-aarch64" -O runtime
wget "https://github.com/mgord9518/shappimage/releases/download/continuous/runtime-lz4-x86_64-aarch64" -O runtime
[ $? -ne 0 ] && exit $?

cat runtime sfs > "aisap-$VERSION-x86_64_aarch64.shImg"
Expand Down

0 comments on commit b0619fb

Please sign in to comment.