mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2025-06-18 16:45:39 -04:00
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
cd build
|
|
unzip ${1}.zip
|
|
codesign --deep -v -f -s "-" ${1}/cc3dsfs.app
|
|
rm -f ${1}.zip
|
|
zip --symlinks -r ${1}.zip ${1}
|