Fixed OSX build_update script

This commit is contained in:
Valentino Orlandi 2023-01-27 16:21:24 +01:00
parent dbeca1e44a
commit cf5764d007
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ then
fi
cp ./osx_bundle/{bin,doc,Resources,info.plist} ../build/LogDoctor.app/Contents/
cp -r ./osx_bundle/{bin,doc,Resources,info.plist} ../build/LogDoctor.app/Contents/
sudo rm -r /Applications/LogDoctor.app
if [[ "$?" != "0" ]]
then