Former-commit-id: 2673c2c7729079b6e86e9110b149ad5faacd9c91
This commit is contained in:
troyeguo
2021-04-07 23:54:25 +08:00
parent 6e1573cc2d
commit 92c5dcaa67
2 changed files with 5 additions and 1 deletions

View File

@@ -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:

View File

@@ -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"
}
]
},