summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Fajardo2021-10-04 09:36:00 -0400
committerJohn Fajardo2021-10-04 09:36:00 -0400
commit36db3ca6d46093e13b7d089f59c8f65c0c03ad5b (patch)
treefd8b0920db479d5d3cd163bd749acc6bcc3128d2
parentbc8c5bc7032ba96e5285954c711a621f442be2ae (diff)
downloadaur-36db3ca6d46093e13b7d089f59c8f65c0c03ad5b.tar.gz
Update nativefier options
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d59fb983fe6c..664ae280ef88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,11 +22,13 @@ build() {
nativefier \
--name "MS Outlook" \
+ --internal-urls '.*?(outlook.live.com|outlook.office365.com).*?' \
+ --file-download-options '{"saveAs": true}' \
--icon "${pkgname}.png" \
--width "512px" \
--height "512px" \
--user-agent "safari" \
- --browserwindow-options '{ "webPreferences": { "spellcheck": false } }' \
+ --browserwindow-options '{"webPreferences": { "spellcheck": false, "webviewTag": true, "nodeIntegration": true, "nodeIntegrationInSubFrames": true, "nativeWindowOpen": true } }' \
--verbose \
--single-instance \
--tray \