mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
hide macos dock icon on build
This commit is contained in:
parent
6f0c5083d3
commit
74efe43176
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,8 @@ if [ "$disable_submodule_update" == 1 ]; then
|
|||
echo -e "${BIGreen}>>>${RST} Fixing libs ..."
|
||||
mv "$openpype_root/build/OpenPype $openpype_version.app/Contents/MacOS/dependencies/cx_Freeze" "$openpype_root/build/OpenPype $openpype_version.app/Contents/MacOS/lib/" || { echo -e "${BIRed}!!!>${RST} ${BIYellow}Can't move cx_Freeze libs${RST}"; return 1; }
|
||||
|
||||
# force hide icon from Dock
|
||||
defaults write "$openpype_root/build/OpenPype $openpype_version.app/Contents/Info" LSUIElement 1
|
||||
|
||||
# fix code signing issue
|
||||
echo -e "${BIGreen}>>>${RST} Fixing code signatures ...\c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue