mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-29 13:01:10 +00:00
Add GUI generation scripts for ADF and LHA
This commit is contained in:
10
platforms/amiga/pistorm-dev/pistorm_dev_amiga/create_adf.sh
Executable file
10
platforms/amiga/pistorm-dev/pistorm_dev_amiga/create_adf.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
# Requires xdftool from amitools (https://github.com/cnvogelg/amitools/)
|
||||
xdftool pistorm.adf create
|
||||
xdftool pistorm.adf format "PiStorm"
|
||||
xdftool pistorm.adf write PiSimple
|
||||
xdftool pistorm.adf write PiStorm
|
||||
xdftool pistorm.adf write PiStorm.info
|
||||
xdftool pistorm.adf write libs13
|
||||
xdftool pistorm.adf write libs20
|
||||
xdftool pistorm.adf write libs13.info
|
||||
xdftool pistorm.adf write libs20.info
|
||||
4
platforms/amiga/pistorm-dev/pistorm_dev_amiga/create_lha.sh
Executable file
4
platforms/amiga/pistorm-dev/pistorm_dev_amiga/create_lha.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
# Requires patool (in Debian / Ubuntu repos) and lha from https://github.com/jca02266/lha
|
||||
tar -cvf pistorm.tar --transform 's,^,PiStorm/,' PiSimple PiStorm PiStorm.info libs13 libs13.info libs20 libs20.info
|
||||
patool repack pistorm.tar pistorm.lha
|
||||
rm pistorm.tar
|
||||
Reference in New Issue
Block a user