-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
190 changed files
with
2,690 additions
and
2,500 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "electron-mail", | ||
"description": "Unofficial ProtonMail Desktop App", | ||
"version": "4.15.1", | ||
"version": "5.0.0", | ||
"author": "Vladimir Yakovlev <[email protected]>", | ||
"license": "GPL-3.0", | ||
"homepage": "https://github.com/vladimiry/ElectronMail", | ||
|
@@ -28,7 +28,7 @@ | |
"build": "npm-run-all build:electron-main build:electron-preload build:web", | ||
"build:dev": "cross-env NODE_ENV=development npm-run-all build", | ||
"build:electron-main": "npm-run-all scripts/code-generation/electron-main build:electron-main:compile:zstd-native build:electron-main:compile", | ||
"build:electron-main:compile:zstd-native": "pnpm run --filter zstd-native build", | ||
"build:electron-main:compile:zstd-native": "pnpm run ts-node:shortcut -- ./scripts/electron-main-compile-zstd-native.ts", | ||
"build:electron-main:compile": "pnpm run webpack:shortcut -- --config ./webpack-configs/electron-main.ts", | ||
"build:electron-main:dev": "cross-env NODE_ENV=development npm-run-all build:electron-main", | ||
"build:electron-main:watch": "cross-env WEBPACK_ENV_WATCH=1 npm-run-all build:electron-main", | ||
|
@@ -78,7 +78,7 @@ | |
"lint:ts:base:eslint": "eslint", | ||
"lint:ts:eslint": "pnpm run lint:ts:base:eslint \"./src/**/*.ts\" \"./scripts/**/*.ts\" \"./webpack-configs/**/*.ts\"", | ||
"start:electron": "electron ./app/electron-main/index.cjs", | ||
"start:electron:dev": "electron ./app-dev/electron-main/index.cjs", | ||
"start:electron:dev": "electron --inspect-brk- ./app-dev/electron-main/index.cjs", | ||
"test:e2e:build-code": "cross-env NODE_ENV=e2e npm-run-all build:electron-main build:electron-preload:browser-window build:electron-preload:webview-primary build:electron-preload:webview-calendar", | ||
"test:e2e:run": "cross-env DEBUG=pw:api TS_NODE_PROJECT=./src/e2e/tsconfig.json pnpm run ts-node:shortcut -- ./node_modules/playwright/cli.js test --global-timeout 600000 --timeout 600000", | ||
"test:e2e": "npm-run-all test:e2e:build-code test:e2e:run", | ||
|
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.