Skip to content

Commit

Permalink
Include DuckMe in OZMOO build script
Browse files Browse the repository at this point in the history
Change-Id: Ica26ab69a3047315ef1cf990921a8f38ba8840b4
  • Loading branch information
hoglet67 committed Apr 8, 2023
1 parent 34a70fc commit ec8dd47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ozmoo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ ${PYTHON} make-acorn.py $OPTIONS --title "Zork2: The Wizard of Frobozz" ../downl
echo Building Zork3: The Dungeon Master...
${PYTHON} make-acorn.py $OPTIONS --title "Zork3: The Dungeon Master" ../downloads/zork3-r17-s840727.z3 ../disks/ZORK3.ssd

if [ -f ../games/DuckMe.z3 ]
then
echo Building Duck\! Me\?...
${PYTHON} make-acorn.py $OPTIONS --title "Duck Me" ../games/DuckMe.z3 ../disks/DUCKME.ssd
else
echo Skipping Duck\! Me?
fi

#########################################################
# Cleanup
#########################################################
Expand Down

0 comments on commit ec8dd47

Please sign in to comment.