Skip to content

Commit

Permalink
config files
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirchan committed Nov 10, 2024
1 parent cd2ea6e commit 33a611c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@
"webpack-merge": "^5.9.0"
},
"build": {
"productName": "ElectronReact",
"appId": "org.erb.ElectronReact",
"productName": "DRM Mina Desktop Client",
"appId": "org.erb.DRMMinaDesktopClient",
"asar": true,
"asarUnpack": "**\\*.{node,dll}",
"files": [
Expand Down
10 changes: 4 additions & 6 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"name": "electron-react-boilerplate",
"version": "4.6.0",
"description": "A foundation for scalable desktop apps",
"name": "drm-mina-desktop-client",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Electron React Boilerplate Maintainers",
"email": "[email protected]",
"url": "https://github.com/electron-react-boilerplate"
"name": "kadirchan",
"url": "https://github.com/DRM-Mina"
},
"main": "./dist/main/main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ export default class MenuBuilder {
label: 'Electron',
submenu: [
{
label: 'About ElectronReact',
label: 'About DRM Mina',
selector: 'orderFrontStandardAboutPanel:',
},
{ type: 'separator' },
{ label: 'Services', submenu: [] },
{ type: 'separator' },
{
label: 'Hide ElectronReact',
label: 'Hide DRM Mina',
accelerator: 'Command+H',
selector: 'hide:',
},
Expand Down

0 comments on commit 33a611c

Please sign in to comment.