diff --git a/_travis.yml b/.travis.yml similarity index 98% rename from _travis.yml rename to .travis.yml index f17f96d3..6a39fbe7 100644 --- a/_travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ addons: packages: - libgnome-keyring-dev - icnsutils + - rpm before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; then sudo snap install snapcraft --classic; then sudo apt-get install rpm -y; fi install: diff --git a/package.json b/package.json index bb12cd7f..8bec0761 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koodo-reader", "main": "main.js", - "version": "1.2.3", + "version": "1.2.4", "description": "An open-source eBook reader ", "author": { "name": "App by Troye", @@ -163,6 +163,9 @@ }, { "target": "deb" + }, + { + "target": "snap" } ] },