From 423e8b96b148e0efc69a3c811acfda88160ad6a6 Mon Sep 17 00:00:00 2001 From: Adam Bird Date: Wed, 12 Jul 2023 21:58:43 -0400 Subject: fix: add missing hashes in mac and linux launch scripts (#3070) --- scripts/linux/appimage/soh.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts') diff --git a/scripts/linux/appimage/soh.sh b/scripts/linux/appimage/soh.sh index 1afcbb9b7..e503680ac 100644 --- a/scripts/linux/appimage/soh.sh +++ b/scripts/linux/appimage/soh.sh @@ -69,6 +69,14 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do continue fi ;; + cfecfdc58d650e71a200c81f033de4e6d617a9f6) + if [[ ! -e "$SHIP_HOME"/oot-mq.otr ]]; then + ROM=GC_MQ_D + OTRNAME="oot-mq.otr" + else + continue + fi + ;; 517bd9714c73cb96c21e7c2ef640d7b55186102f) if [[ ! -e "$SHIP_HOME"/oot-mq.otr ]]; then ROM=GC_MQ_D -- cgit v1.2.3