Skip to content

Instantly share code, notes, and snippets.

@TheLonelyGhost
Created September 9, 2021 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheLonelyGhost/04dd6c31eee68049b91554dbd2e0024f to your computer and use it in GitHub Desktop.
Save TheLonelyGhost/04dd6c31eee68049b91554dbd2e0024f to your computer and use it in GitHub Desktop.
Create electron app for outlook
#!/usr/bin/env bash
set -euo pipefail
nativefier --name Outlook --disable-dev-tools --disable-context-menu --single-instance --counter --bounce https://outlook.office.com/mail/inbox --internal-urls '.*?\.(microsoft|okta|office)\.com.*?'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment