File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
56Lightweight game library to manage your DRM-free games in your computer.
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ module.exports = {
3737 'pacman' ,
3838 'zip'
3939 ]
40+ } ,
41+ snap : {
42+ publish : 'github'
4043 }
4144 }
4245 }
You can’t perform that action at this time.
0 commit comments