mirror of
https://github.com/bettse/seader.git
synced 2026-04-04 09:06:14 +00:00
7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
cp ../dist/seader.fap .
|
|
arm-none-eabi-readelf seader.fap -x 10
|
|
zip seader.fap.zip seader.fap
|
|
rm seader.fap
|