Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TransparentLC committed Dec 14, 2024
1 parent 34407fb commit 5cfbe45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
chmod +x build-macos-app.sh
sh build-macos-app.sh
chmod u+x "dist/Real-ESRGAN GUI.app/Contents/MacOS/realesrgan-gui"
xattr -cr "dist/Real-ESRGAN GUI.app"
sudo xattr -cr "dist/Real-ESRGAN GUI.app"
else
pyinstaller --clean --log-level WARN realesrgan-gui.spec
fi
Expand Down

0 comments on commit 5cfbe45

Please sign in to comment.