diff options
| author | Adam Bird <Archez@users.noreply.github.com> | 2023-07-12 21:58:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 21:58:43 -0400 |
| commit | 423e8b96b148e0efc69a3c811acfda88160ad6a6 (patch) | |
| tree | ffec7a1c54fbcd821c8ff4fa3d9b76b5a7c2a0ce /scripts/linux/appimage | |
| parent | 22e4020265ffba7b8b9ef5a8ec9655b6b4074ef4 (diff) | |
fix: add missing hashes in mac and linux launch scripts (#3070)
Diffstat (limited to 'scripts/linux/appimage')
| -rw-r--r-- | scripts/linux/appimage/soh.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
