Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save drapergeek/4c7510abe8d3567fa46cd77d0f485376 to your computer and use it in GitHub Desktop.
Save drapergeek/4c7510abe8d3567fa46cd77d0f485376 to your computer and use it in GitHub Desktop.
Nativefier for GUS
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