mirror of
https://github.com/mi57730/a2d.git
synced 2025-08-10 23:25:16 +00:00
DAs: Package a 143k image now that Cadius is fixed
This commit is contained in:
@@ -56,7 +56,7 @@ CADIUS=/tmp/cadius/bin/release/cadius
|
|||||||
|
|
||||||
Then from the `desk.acc/` directory, run: `go/package.sh`
|
Then from the `desk.acc/` directory, run: `go/package.sh`
|
||||||
|
|
||||||
This will generate: `desk.acc/out/DeskAccessories.2mg`
|
This will generate: `desk.acc/out/DeskAccessories.po`
|
||||||
|
|
||||||
Mount this disk image in your emulator, or transfer it to a real floppy
|
Mount this disk image in your emulator, or transfer it to a real floppy
|
||||||
with [ADTPro](http://adtpro.com/), then follow the install instructions
|
with [ADTPro](http://adtpro.com/), then follow the install instructions
|
||||||
@@ -103,5 +103,3 @@ Tips:
|
|||||||
* Hold Open-Apple and click on each file in the desired order
|
* Hold Open-Apple and click on each file in the desired order
|
||||||
* Select Sort Directory from the Apple menu, and verify the order
|
* Select Sort Directory from the Apple menu, and verify the order
|
||||||
* Restart
|
* Restart
|
||||||
|
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ DAS="calculator show.text.file date puzzle sort.directory \
|
|||||||
|
|
||||||
PACKDIR="out/package"
|
PACKDIR="out/package"
|
||||||
FINFO="$PACKDIR/_FileInformation.txt"
|
FINFO="$PACKDIR/_FileInformation.txt"
|
||||||
IMGFILE="out/DeskAccessories.2mg"
|
IMGFILE="out/DeskAccessories.po"
|
||||||
VOLNAME="DESK.ACC"
|
VOLNAME="DESK.ACC"
|
||||||
|
|
||||||
mkdir -p "$PACKDIR"
|
mkdir -p "$PACKDIR"
|
||||||
@@ -29,9 +29,7 @@ done
|
|||||||
|
|
||||||
# Create a new disk image.
|
# Create a new disk image.
|
||||||
|
|
||||||
# TODO: Make images 143KB once issue is fixed:
|
$CADIUS CREATEVOLUME $IMGFILE $VOLNAME 143KB
|
||||||
# https://github.com/mach-kernel/cadius/issues/22
|
|
||||||
$CADIUS CREATEVOLUME $IMGFILE $VOLNAME 800KB
|
|
||||||
|
|
||||||
# Add the files into the disk image.
|
# Add the files into the disk image.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user