Created
May 7, 2019 13:56
-
-
Save drapergeek/4c7510abe8d3567fa46cd77d0f485376 to your computer and use it in GitHub Desktop.
Nativefier for GUS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nativefier --name "GUS" --single-instance \ | |
--internal-urls \ | |
"https?:\/\/(.*gus.content.force.com|aloha\.force\.com|aloha\.my\.salesforce\.com|gus.lightning.force.com|gus.my.salesforce.com)(.*)" \ | |
"https://gus.lightning.force.com/" \ | |
~/Applications/ \ | |
&& rm -rf ~/Applications/GUS.app \ | |
&& mv ~/Applications/GUS-darwin-x64/GUS.app ~/Applications/. \ | |
&& rm -rf ~/Applications/GUS-darwin-x64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment