diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2022-10-01 15:33:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-01 22:33:29 +0200 |
| commit | ec88b90ed899467e1e0a7e0b228264c57d0fd543 (patch) | |
| tree | 774f07d5a63825c6c8a17809a099e4b71d67f3d5 /scripts | |
| parent | fba4839705a0659f1219a2ad7f1be661cf17011c (diff) | |
[OTR] Initial support for PNG textures (#1634)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/linux/appimage/soh.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/linux/appimage/soh.sh b/scripts/linux/appimage/soh.sh index 120d775c0..25ee562f6 100644 --- a/scripts/linux/appimage/soh.sh +++ b/scripts/linux/appimage/soh.sh @@ -14,10 +14,10 @@ while [[ ! -e "$SHIP_HOME"/oot.otr ]]; do ln -s "$HERE"/usr/bin/{assets,soh.elf,OTRGui} "$ASSETDIR" export OLDPWD="$PWD" mkdir -p "$ASSETDIR"/tmp - mkdir -p "$ASSETDIR"/Extract/assets + mkdir -p "$ASSETDIR"/Extract if [ -e "$SHIP_HOME"/*.*64 ]; then ln -s "$SHIP_HOME"/*.*64 "$ASSETDIR"/tmp/rom.z64 - cp -r "$ASSETDIR"/assets/game/ship_of_harkinian "$ASSETDIR"/Extract/assets/ + cp -r "$ASSETDIR"/assets/game "$ASSETDIR"/Extract/assets cd "$ASSETDIR" ROMHASH=$(sha1sum -b "$ASSETDIR"/tmp/rom.z64 | awk '{ print $1 }') case "$ROMHASH" in |
