1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-10-18 10:31:44 +01:00

save elf exectuable when packing release

This commit is contained in:
flb 2021-10-22 15:53:25 +02:00
parent cb6b78c11c
commit c3fd0c2726

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
cp aio-switch-updater.elf release-aio-switch-updater.elf
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd $DIR cd $DIR
rm -r switch/aio-switch-updater/ rm -r switch/aio-switch-updater/