mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-24 10:32:03 +00:00
save elf exectuable when packing release
This commit is contained in:
parent
cb6b78c11c
commit
c3fd0c2726
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/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 )"
|
||||
cd $DIR
|
||||
rm -r switch/aio-switch-updater/
|
||||
|
|
Loading…
Reference in a new issue