diff --git a/pack_release.sh b/pack_release.sh index dc7e9ae..70ae3bf 100755 --- a/pack_release.sh +++ b/pack_release.sh @@ -5,4 +5,4 @@ cd $DIR rm -r switch/aio-switch-updater/ mkdir -p switch/aio-switch-updater/ ls -1 *.nro | xargs -L1 -I{} cp {} switch/aio-switch-updater/{} -zip -r aio-switch-updater.zip switch/ \ No newline at end of file +zip -FSr aio-switch-updater.zip switch/ \ No newline at end of file