Skip to content

Commit

Permalink
Change install.sh to put fac.bin in install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
robogeek42 committed Aug 25, 2024
1 parent e927cfc commit 72fff9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Binary file added fac_0.1.2.zip
Binary file not shown.
7 changes: 3 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@ then
fi

echo "copy binary"
cp bin/fac.bin $FACDIR/fac
cp bin/fac.bin $FACDIR

cat << EOF
done.
TO RUN FAC :
TO RUN FAC (on newer MOS):
cd $FACDIR
load fac
run
fac
EOF
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ then
fi

echo "copy binary"
cp bin/fac.bin $FACDIR/fac
cp bin/fac.bin $FACDIR

echo "done"

Expand Down
Binary file modified title_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72fff9b

Please sign in to comment.