Skip to content

Commit

Permalink
Bump nativefier v and protonmail url
Browse files Browse the repository at this point in the history
  • Loading branch information
steccas committed Jul 18, 2021
1 parent 63a9445 commit 4b2cb5d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions proton_client_linux.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ var nativefier = require('nativefier').default;
// possible options, defaults unless specified otherwise
var options = {
name: 'proton-client', // will be inferred if not specified
targetUrl: 'https://beta.protonmail.com', // required
targetUrl: 'https://mail.protonmail.com', // required
platform: 'linux', // defaults to the current system
arch: 'x64', // defaults to the current system
appVersion: '1.2.0',
appVersion: '1.2.1',
overwrite: true,
asar: false, // see conceal
icon: './icons/icon.png',
Expand Down
2 changes: 1 addition & 1 deletion proton_client_mac.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var nativefier = require('nativefier').default;
// possible options, defaults unless specified otherwise
var options = {
name: 'ProtonClient', // will be inferred if not specified
targetUrl: 'https://beta.protonmail.com', // required
targetUrl: 'https://mail.protonmail.com', // required
platform: 'mac', // defaults to the current system
arch: 'x64', // defaults to the current system
appVersion: '1.2.0',
Expand Down
4 changes: 2 additions & 2 deletions proton_client_win.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ var nativefier = require('nativefier').default;
// possible options, defaults unless specified otherwise
var options = { //nativefier -n ProtonMail -a x64 --tray --single-instance --internal-urls "(http(s)?:\/\/.)?(www\.)?([-a-zA-Z0-9@:%_\+.~#?&//=]*)?(protonmail.com)" beta.protonmail.com
name: 'ProtonClient', // will be inferred if not specified
targetUrl: 'https://beta.protonmail.com', // required
targetUrl: 'https://mail.protonmail.com', // required
platform: 'windows', // defaults to the current system
arch: 'x64', // defaults to the current system
appVersion: '1.2.0',
appVersion: '1.2.1',
overwrite: true,
asar: false, // see conceal
icon: './icons/icon.ico',
Expand Down
2 changes: 1 addition & 1 deletion resources/app/nativefier.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"accessibilityPrompt":true,"alwaysOnTop":false,"appVersion":"1.2.0","backgroundColor":null,"basicAuthPassword":null,"basicAuthUsername":null,"bounce":true,"clearCache":false,"counter":true,"darwinDarkModeSupport":false,"disableGpu":false,"diskCacheSize":null,"enableEs3Apis":false,"fastQuit":false,"fileDownloadOptions":{"saveAs":true},"flashPluginDir":null,"fullScreen":false,"globalShortcuts":null,"height":900,"ignoreCertificate":false,"ignoreGpuBlacklist":false,"insecure":false,"internalUrls":"(http(s)?://.)?(www.)?([-a-zA-Z0-9@:%_+.~#?&//=]*)?(protonmail.com)","blockExternalUrls":false,"maximize":false,"name":"proton-client","nativefierVersion":"42.4.0","proxyRules":null,"showMenuBar":false,"singleInstance":true,"targetUrl":"https://beta.protonmail.com/","titleBarStyle":null,"tray":true,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36","width":1440,"win32metadata":{"ProductName":"proton-client","InternalName":"proton-client","FileDescription":"proton-client"},"disableOldBuildWarning":false,"zoom":1,"buildDate":1621425455166}
{"accessibilityPrompt":true,"alwaysOnTop":false,"appVersion":"1.2.1","backgroundColor":null,"basicAuthPassword":null,"basicAuthUsername":null,"bounce":true,"clearCache":false,"counter":true,"darwinDarkModeSupport":false,"disableGpu":false,"diskCacheSize":null,"enableEs3Apis":false,"fastQuit":false,"fileDownloadOptions":{"saveAs":true},"flashPluginDir":null,"fullScreen":false,"globalShortcuts":null,"height":900,"ignoreCertificate":false,"ignoreGpuBlacklist":false,"insecure":false,"internalUrls":"(http(s)?://.)?(www.)?([-a-zA-Z0-9@:%_+.~#?&//=]*)?(protonmail.com)","blockExternalUrls":false,"maximize":false,"name":"proton-client","nativefierVersion":"42.4.0","proxyRules":null,"showMenuBar":false,"singleInstance":true,"targetUrl":"https://mail.protonmail.com/","titleBarStyle":null,"tray":true,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36","width":1440,"win32metadata":{"ProductName":"proton-client","InternalName":"proton-client","FileDescription":"proton-client"},"disableOldBuildWarning":false,"zoom":1,"buildDate":1626617603813}
2 changes: 1 addition & 1 deletion resources/app/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"proton-client-nativefier-00c4e7","version":"1.0.0","description":"Placeholder for the nativefier cli to override with a target url","main":"lib/main.js","author":"Jia Hao","license":"MIT","keywords":["desktop","electron","placeholder"],"scripts":{},"dependencies":{"electron-context-menu":"^2.5.0","electron-dl":"^3.2.0","electron-squirrel-startup":"^1.0.0","electron-window-state":"^5.0.3","source-map-support":"^0.5.19"},"devDependencies":{"electron":"^11.3.0"}}
{"name":"proton-client-nativefier-c2cb11","version":"1.0.0","description":"Placeholder for the nativefier cli to override with a target url","main":"lib/main.js","author":"Jia Hao","license":"MIT","keywords":["desktop","electron","placeholder"],"scripts":{},"dependencies":{"electron-context-menu":"^2.5.0","electron-dl":"^3.2.0","electron-squirrel-startup":"^1.0.0","electron-window-state":"^5.0.3","source-map-support":"^0.5.19"},"devDependencies":{"electron":"^11.3.0"}}

0 comments on commit 4b2cb5d

Please sign in to comment.