Skip to content

Commit

Permalink
2.2 build electron dmg #2
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed Apr 3, 2024
1 parent 2348b9e commit d3823b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions packages/front-desktop/electron/electron-builder.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"capacitor.config.*",
"app/**/*"
],
"publish": {
"provider": "github"
},

"nsis": {
"allowElevation": true,
"oneClick": false,
Expand Down
1 change: 1 addition & 0 deletions packages/front-desktop/electron/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compileOnSave": true,
"include": ["./src/**/*", "./capacitor.config.ts", "./capacitor.config.js"],
"compilerOptions": {
"skipLibCheck": true,
"outDir": "./build",
"importHelpers": true,
"target": "ES2017",
Expand Down

0 comments on commit d3823b1

Please sign in to comment.