Skip to content

Commit

Permalink
fix: change git url to github and change linux deb to AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
arigatodl committed Jul 23, 2018
1 parent 5f24cc8 commit 68bfdf2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion hummingbird-desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,23 @@ protocols:
schemes:
- hycon

publish:
- github

mac:
artifactName: ${name}-${version}-${os}.${ext}
category: public.app-category.wallet
target:
- dmg

appImage:
systemIntegration: doNotAsk

linux:
artifactName: ${name}-${version}-${os}-${arch}.${ext}
category: Finance
target:
- target: deb
- target: AppImage
arch:
- x64
- ia32
Expand Down
5 changes: 3 additions & 2 deletions hummingbird-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder -mlw",
"publish": "build -p always",
"start": "NODE_ENV=development electron .",
"build": "webpack --config webpack.config.js && electron-rebuild",
"test": "mocha",
Expand All @@ -15,14 +16,14 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/glosfer/hycon-ui.git"
"url": "git+ssh://git@github.com/Team-Hycon/hycon-gui.git"
},
"author": {
"name": "Glosfer",
"email": "[email protected]"
},
"license": "ISC",
"homepage": "https://bitbucket.org/glosfer/hycon-ui#readme",
"homepage": "https://github.com/Team-Hycon/hycon-gui#readme",
"devDependencies": {
"electron": "^2.0.3",
"electron-builder": "^20.19.2",
Expand Down

0 comments on commit 68bfdf2

Please sign in to comment.