mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-19 13:20:50 -04:00
fix bug
Former-commit-id: 2673c2c7729079b6e86e9110b149ad5faacd9c91
This commit is contained in:
@@ -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:
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user