diff options
| author | Adam Bird <Archez@users.noreply.github.com> | 2023-10-24 20:51:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-24 20:51:54 -0700 |
| commit | e369ad4c868cbc045d4423ce2c456d7730c5b6a4 (patch) | |
| tree | 52c03319e7d5cfeb145b1369dd8452086ee629a6 /scripts/linux | |
| parent | 3558a32222142a3dffddf6c3acde282a56347426 (diff) | |
Pass in custom assets to OTRExporter (#3328)
* bump submodules and use custom assets dir
* bump submodules
Diffstat (limited to 'scripts/linux')
| -rw-r--r-- | scripts/linux/appimage/soh.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/linux/appimage/soh.sh b/scripts/linux/appimage/soh.sh index 063fcf79c..0e8414ac0 100644 --- a/scripts/linux/appimage/soh.sh +++ b/scripts/linux/appimage/soh.sh @@ -26,7 +26,6 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do ln -s "$HERE"/usr/bin/{assets,soh.elf,ZAPD} "$ASSETDIR" export OLDPWD="$PWD" mkdir -p "$ASSETDIR"/tmp - mkdir -p "$ASSETDIR"/Extract ln -s "$romfile" "$ASSETDIR"/tmp/rom.z64 cd "$ASSETDIR" ROMHASH=$(sha1sum -b "$ASSETDIR"/tmp/rom.z64 | awk '{ print $1 }') @@ -166,7 +165,6 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do continue;; esac if [[ ! -e "$SHIP_HOME"/"$OTRNAME" ]]; then - cp -r "$ASSETDIR"/assets/game "$ASSETDIR"/Extract/assets if [ -n "$ZENITY" ]; then (echo "# 25%"; echo "25"; sleep 2; echo "# 50%"; echo "50"; sleep 3; echo "# 75%"; echo "75"; sleep 2; echo "# 100%"; echo "100"; sleep 3) | zenity --progress --title="OTR Generating..." --timeout=10 --percentage=0 --icon-name=soh --window-icon=soh.png --height=80 --width=400 & |
