Skip to content

Commit ef7a6fa

Browse files
committed
fix build config
1 parent ea5678a commit ef7a6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron_app/vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
"target": {
3232
"target": "dmg",
3333
"arch": [
34-
['arm64' , 'x64']
34+
'arm64' , 'x64'
3535
]
3636
}
3737
},

0 commit comments

Comments
 (0)