Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobuxstation authored Oct 25, 2023
1 parent afa78e3 commit 79fc9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildunix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rm -rf tmp-loop
echo ">>> Creating CD-ROM ISO image..."

rm -f disk_images/QroOS.iso
mkisofs -quiet -V 'QROOS' -input-charset iso8859-1 -o disk_images/QroOS.iso -b QroOS.flp disk_images/ || exit
mkisofs -quiet -V 'QROOS' -input-charset iso8859-1 -o disk_images/QroOS.iso -b disk_images/QroOS.flp || exit

echo ">>> Finishing..."
rm -rf programs/*.bin
Expand Down

0 comments on commit 79fc9a6

Please sign in to comment.