Skip to content

Commit

Permalink
Attempt to fix snap
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Dec 15, 2019
1 parent 3c0f78e commit 63e4ee9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# OGL | Open Gamers' Library [![HitCount](http://hits.dwyl.io/houby-studio/open-gamers-library.svg)](http://hits.dwyl.io/houby-studio/open-gamers-library)

[![Build Status](https://travis-ci.com/houby-studio/open-gamers-library.svg?branch=master)](https://travis-ci.com/houby-studio/open-gamers-library)
[![codecov](https://codecov.io/gh/houby-studio/open-gamers-library/branch/master/graph/badge.svg)](https://codecov.io/gh/houby-studio/open-gamers-library)

Lightweight game library to manage your DRM-free games in your computer.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"release": "vue-cli-service electron:build -c.snap.publish=github",
"release": "vue-cli-service electron:build",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
Expand Down
3 changes: 3 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ module.exports = {
'pacman',
'zip'
]
},
snap: {
publish: 'github'
}
}
}
Expand Down

0 comments on commit 63e4ee9

Please sign in to comment.