We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa40f8 commit 936b29dCopy full SHA for 936b29d
forge.config.js
@@ -3,6 +3,7 @@ const path = require('path')
3
module.exports = {
4
packagerConfig: {
5
icon: path.join(__dirname, 'static', 'appIconColored'),
6
+ executableName: 'worklog-reminder',
7
},
8
plugins: [
9
['@electron-forge/plugin-webpack', {
0 commit comments