mirror of
https://github.com/mi57730/a2d.git
synced 2025-01-21 02:34:03 +00:00
DAs: Package a 143k image now that Cadius is fixed
This commit is contained in:
parent
a285a7413b
commit
ef79c6dd99
@ -56,7 +56,7 @@ CADIUS=/tmp/cadius/bin/release/cadius
|
||||
|
||||
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
|
||||
with [ADTPro](http://adtpro.com/), then follow the install instructions
|
||||
@ -75,7 +75,7 @@ be available.
|
||||
|
||||
### Other
|
||||
|
||||
If you need to copy the files some other way (e.g. via
|
||||
If you need to copy the files some other way (e.g. via
|
||||
[CiderPress](http://a2ciderpress.com/)), you need to do the following:
|
||||
|
||||
Transfer the `.$F1` files in the `out` directory, ensuring you:
|
||||
@ -103,5 +103,3 @@ Tips:
|
||||
* Hold Open-Apple and click on each file in the desired order
|
||||
* Select Sort Directory from the Apple menu, and verify the order
|
||||
* Restart
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@ DAS="calculator show.text.file date puzzle sort.directory \
|
||||
|
||||
PACKDIR="out/package"
|
||||
FINFO="$PACKDIR/_FileInformation.txt"
|
||||
IMGFILE="out/DeskAccessories.2mg"
|
||||
IMGFILE="out/DeskAccessories.po"
|
||||
VOLNAME="DESK.ACC"
|
||||
|
||||
mkdir -p "$PACKDIR"
|
||||
@ -29,9 +29,7 @@ done
|
||||
|
||||
# Create a new disk image.
|
||||
|
||||
# TODO: Make images 143KB once issue is fixed:
|
||||
# https://github.com/mach-kernel/cadius/issues/22
|
||||
$CADIUS CREATEVOLUME $IMGFILE $VOLNAME 800KB
|
||||
$CADIUS CREATEVOLUME $IMGFILE $VOLNAME 143KB
|
||||
|
||||
# Add the files into the disk image.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user