mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Final tweak for package.sh
This commit is contained in:
parent
e39deb4bdc
commit
6463913f22
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ else
|
||||||
rm -rf Radarr
|
rm -rf Radarr
|
||||||
#TODO update for tar.gz
|
#TODO update for tar.gz
|
||||||
|
|
||||||
zip -r Radarr.$BRANCH.$VERSION.osx-app.zip _output_osx_app/*
|
cd _output_osx_app/
|
||||||
|
zip -r ../Radarr.$BRANCH.$VERSION.osx-app.zip *
|
||||||
fi
|
fi
|
||||||
# ftp -n ftp.leonardogalli.ch << END_SCRIPT
|
# ftp -n ftp.leonardogalli.ch << END_SCRIPT
|
||||||
# passive
|
# passive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue