Skip to content

Commit

Permalink
feat(config): add rpm & deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Jun 17, 2021
1 parent 7875100 commit 6fc6b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "MQTTX",
"version": "1.5.5",
"description": "MQTT desktop client",
"author": "EMQ X Team",
"author": "EMQ X Team <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module.exports = {
},
linux: {
icon: './public/app.png',
target: ['AppImage', 'deb', 'rpm', 'snap'],
},
},
},
Expand Down

0 comments on commit 6fc6b2e

Please sign in to comment.