mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
11 lines
489 B
Bash
11 lines
489 B
Bash
#!/bin/sh
|
|
# osascript $HOME/owncloud.com/mirall/shell_integration/MacOSX/unload.scpt
|
|
|
|
sudo rm -rf /Library/ScriptingAdditions/LiferayNativity.osax
|
|
sudo cp -r $HOME/Library/Developer/Xcode/DerivedData/LiferayNativity-gvtginoclfyisuagangtxsfbuztw/Build/Products/Debug/LiferayNativity.osax /Library/ScriptingAdditions/
|
|
|
|
sudo killall Finder
|
|
sleep 1
|
|
osascript $HOME/owncloud.com/mirall/shell_integration/MacOSX/load.scpt
|
|
osascript $HOME/owncloud.com/mirall/shell_integration/MacOSX/check.scpt
|
|
|