Skip to content

Commit

Permalink
Updated version and builder config.
Browse files Browse the repository at this point in the history
  • Loading branch information
wuynng committed Jun 6, 2018
1 parent 8288551 commit 47cb095
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ozone",
"version": "0.3.0-beta",
"version": "0.3.0",
"description": "Ozone powered by SmartMesh.io",
"productName": "Ozone",
"copyright": "Copyright @ 2018 SmartMesh.io",
Expand Down
12 changes: 6 additions & 6 deletions quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@ module.exports = function (ctx) {
builder: {
appId: 'io.smartmesh.ozone',
mac: {
artifactName: '${productName}-${os}-${platform}-${arch}-${version}.${ext}',
category: 'public.app-category.productivity',
icon: 'src-electron/icons/icon.icns',
target: [
{ target: 'dmg', arch: ['x64'] }
]
{ target: 'dmg', arch: 'x64' }
],
artifactName: '${productName}-${os}-${platform}-${arch}-${version}.${ext}'
},
win: {
artifactName: '${productName}-${os}-${platform}-${arch}-${version}.${ext}',
icon: 'src-electron/icons/icon.ico',
target: [
{ target: 'nsis', arch: ['x64'] }
]
{ target: 'nsis', arch: 'x64' }
],
artifactName: '${productName}-${os}-${platform}-${arch}-${version}.${ext}'
}
}
},
Expand Down

0 comments on commit 47cb095

Please sign in to comment.