Skip to content

Commit

Permalink
update electron builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Nov 1, 2023
1 parent 598cb7d commit 77f6f02
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
19 changes: 14 additions & 5 deletions apps/electron/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,25 @@ nsis:

win:
target:
- nsis
- zip
- target: nsis
arch:
- arm64
- x64
- target: zip
arch:
- arm64
- x64
artifactName: flowser-${version}-${os}-${arch}.${ext}
icon: generated-icons/icons/win/icon.ico

linux:
target:
- AppImage
- deb
- target: deb
arch:
- arm64
- x64
category: Development
icon: generated-icons/png/
icon: generated-icons/icons/png/
artifactName: flowser-${version}-${os}-${arch}.${ext}

directories:
Expand Down
37 changes: 14 additions & 23 deletions apps/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,30 @@
{
"name": "@onflowser/electron",
"version": "3.0.0",
"version": "3.0.1",
"description": "Supercharged development on Flow blockchain ⚡",
"keywords": [
"electron",
"boilerplate",
"react",
"typescript",
"ts",
"sass",
"webpack",
"hot",
"reload"
"flow-blockchain",
"blockchain",
"developer-tools",
"blockchain-explorer",
"block-explorer",
"onflow",
"tools"
],
"homepage": "https://github.com/electron-react-boilerplate/electron-react-boilerplate#readme",
"homepage": "https://flowser.dev",
"bugs": {
"url": "https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues"
"url": "https://github.com/onflowser/flowser/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-react-boilerplate/electron-react-boilerplate.git"
"url": "git+https://github.com/onflowser/flowser.git"
},
"license": "MIT",
"author": {
"name": "Electron React Boilerplate Maintainers",
"email": "[email protected]",
"url": "https://electron-react-boilerplate.js.org"
"name": "Flowser",
"email": "[email protected]",
"url": "https://flowser.dev"
},
"contributors": [
{
"name": "Amila Welihinda",
"email": "[email protected]",
"url": "https://github.com/amilajack"
}
],
"main": "./src/main/main.ts",
"scripts": {
"generate-icons": "../../node_modules/.bin/electron-icon-maker --input=./assets/icon.png --output=./generated-icons",
Expand Down

0 comments on commit 77f6f02

Please sign in to comment.