This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Electron app housekeeping (polkadot-js#3958)
* Update Electron version. Externalize electron builder configuration. * Move script-related CSP to script-src section * Change local dev address to 127.0.0.1. * Update content security policy hashes * Upgrade electron-log * Remove dependency no react types
- Loading branch information
1 parent
7cd76fc
commit d9318de
Showing
6 changed files
with
36 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
productName: Polkadot-JS Apps | ||
artifactName: Polkadot-JS-Apps-${version}.${ext} | ||
files: | ||
- "./packages/apps-electron/build" | ||
- "./packages/apps-electron/assets" | ||
- "./packages/apps-electron/appleEntitlements" | ||
appId: com.polkadotjs.polkadotjs-apps | ||
mac: | ||
artifactName: Polkadot-JS-Apps-mac-${version}.${ext} | ||
category: public.app-category.finance | ||
entitlements: "./packages/apps-electron/appleEntitlements/entitlements.mac.plist" | ||
hardenedRuntime: true | ||
directories: | ||
buildResources: "./packages/apps-electron/assets" | ||
output: "./packages/apps-electron/release" | ||
afterSign: electron-builder-notarize |
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
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
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