Skip to content

Commit

Permalink
Removed MSI builder and bumped version
Browse files Browse the repository at this point in the history
MSI fails when building on Travis CI, removed as its unnecessary hassle. 
Applied fix to snap builder
Bumped version to test auto-update
  • Loading branch information
megastary committed Dec 12, 2019
1 parent 8ddda2a commit dbd25a0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .github/RELEASE_TEMPLATE/travis_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# OGL 🏷X.X.X - 🎮 Open Gamers' Library 🕹

## 🚀 New Features
- No new features

## 🐛 Bug Fixes
- No new bug fixes

## ⭐ Improvements
- No new improvements

## 📃Other Changes
- No other changes

## 💬 Release Notes
Released new version via Travis CI with CD

> Brought to you by 🍄 Houby Studio
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ script:
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine \
/bin/bash -c "yarn install --link-duplicates --pure-lockfile; yarn release --win --linux"
/bin/bash -c "yarn install --link-duplicates --pure-lockfile && yarn release --win --linux"
else
yarn install;
yarn release;
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]",
"url": "https://houby-studio.eu/"
},
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"copyright": "Copyright © 2020 Houby Studio",
"build": {
Expand All @@ -20,7 +20,6 @@
"target": [
"nsis",
"portable",
"msi",
"zip"
]
},
Expand Down Expand Up @@ -53,7 +52,7 @@
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null",
"release": "yarn compile && electron-builder",
"release": "yarn compile && electron-builder -c.snap.publish=github",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
Expand Down

0 comments on commit dbd25a0

Please sign in to comment.