Skip to content

Commit

Permalink
Update vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile authored Apr 6, 2023
1 parent 2d8f7b1 commit e06dafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const config = {
]
}],
// eslint-disable-next-line no-template-curly-in-string
artifactName: 'PicList-${version}-${arch}.{ext}'
artifactName: 'PicList-${version}-${arch}.${ext}'
},
win: {
icon: 'build/icons/icon.ico',
Expand Down

0 comments on commit e06dafb

Please sign in to comment.