summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/linux/appimage/build.sh1
-rw-r--r--scripts/linux/appimage/soh.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/linux/appimage/build.sh b/scripts/linux/appimage/build.sh
index 6a98b1924..86f46fb90 100755
--- a/scripts/linux/appimage/build.sh
+++ b/scripts/linux/appimage/build.sh
@@ -1,7 +1,6 @@
#!/bin/bash
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release
-cmake --build build-cmake --target OTRGui --
cmake --build build-cmake --config Release --
(cd build-cmake && cpack -G External)
diff --git a/scripts/linux/appimage/soh.sh b/scripts/linux/appimage/soh.sh
index c9b7d2490..7abf3c8b7 100644
--- a/scripts/linux/appimage/soh.sh
+++ b/scripts/linux/appimage/soh.sh
@@ -18,7 +18,7 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do
do
if [[ -e $romfile ]]; then
export ASSETDIR="$(mktemp -d /tmp/assets-XXXXX)"
- ln -s "$HERE"/usr/bin/{assets,soh.elf,OTRGui} "$ASSETDIR"
+ ln -s "$HERE"/usr/bin/{assets,soh.elf,ZAPD} "$ASSETDIR"
export OLDPWD="$PWD"
mkdir -p "$ASSETDIR"/tmp
mkdir -p "$ASSETDIR"/Extract