Skip to content

Commit 63e4ee9

Browse files
committed
Attempt to fix snap
1 parent 3c0f78e commit 63e4ee9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# OGL | Open Gamers' Library [![HitCount](http://hits.dwyl.io/houby-studio/open-gamers-library.svg)](http://hits.dwyl.io/houby-studio/open-gamers-library)
22

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

56
Lightweight game library to manage your DRM-free games in your computer.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "vue-cli-service lint",
1717
"electron:build": "vue-cli-service electron:build",
1818
"electron:serve": "vue-cli-service electron:serve",
19-
"release": "vue-cli-service electron:build -c.snap.publish=github",
19+
"release": "vue-cli-service electron:build",
2020
"postinstall": "electron-builder install-app-deps",
2121
"postuninstall": "electron-builder install-app-deps"
2222
},

vue.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ module.exports = {
3737
'pacman',
3838
'zip'
3939
]
40+
},
41+
snap: {
42+
publish: 'github'
4043
}
4144
}
4245
}

0 commit comments

Comments
 (0)