Skip to content

Commit e09393a

Browse files
committed
ビルド設定更新
1 parent f1d99d7 commit e09393a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vue.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ module.exports = {
22
pluginOptions: {
33
electronBuilder: {
44
builderOptions: {
5+
productName: 'ToDo Always',
56
mac: {
67
icon: 'build/icon.png',
78
},
89
win: {
10+
target: 'nsis',
911
icon: 'build/icon.png',
10-
}
12+
},
1113
}
1214
}
1315
}

0 commit comments

Comments
 (0)