Ubuntu 19.10 support

This commit is contained in:
2019-10-21 16:10:21 -05:00
parent 36a032c70a
commit cca82fde2e
4 changed files with 14 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
## 1.1.0 ## 1.1.0
* \#40: Support for remote Windows mounts * \#40: Support for remote Windows mounts
* ScPrime re-brand * ScPrime re-brand
* * Ubuntu 19.10 support
## 1.0.11 ## 1.0.11
* \#41: Just white background nothing else * \#41: Just white background nothing else
* Allow enabling dev tools (Ctrl-Shift-I or F12) * Allow enabling dev tools (Ctrl-Shift-I or F12)

View File

@@ -40,6 +40,7 @@ Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions vi
* Ubuntu 18.04 * Ubuntu 18.04
* Ubuntu 18.10 * Ubuntu 18.10
* Ubuntu 19.04 * Ubuntu 19.04
* Ubuntu 19.10
## Issues/Suggestions ## Issues/Suggestions
Please submit [here](https://bitbucket.org/blockstorage/repertory-ui/issues?status=new&status=open) Please submit [here](https://bitbucket.org/blockstorage/repertory-ui/issues?status=new&status=open)

View File

@@ -19,7 +19,7 @@ if beginsWith darwin "$OSTYPE"; then
JQ_EXEC=jq-osx-amd64 JQ_EXEC=jq-osx-amd64
SHA256_EXEC="shasum -a 256 -b" SHA256_EXEC="shasum -a 256 -b"
else else
DISTRO_LIST="arch centos7 debian9 debian10 fedora28 fedora29 fedora30 opensuse15 opensuse15.1 solus tumbleweed ubuntu18.04 ubuntu18.10 ubuntu19.04" DISTRO_LIST="arch centos7 debian9 debian10 fedora28 fedora29 fedora30 opensuse15 opensuse15.1 solus tumbleweed ubuntu18.04 ubuntu18.10 ubuntu19.04 ubuntu19.10"
OUT_FILE=repertory-ui_${APP_VER}_linux_x86_64.AppImage OUT_FILE=repertory-ui_${APP_VER}_linux_x86_64.AppImage
BASE64_EXEC="base64 -w0" BASE64_EXEC="base64 -w0"
JQ_EXEC=jq-linux64 JQ_EXEC=jq-linux64

View File

@@ -105,6 +105,13 @@
"urls": [] "urls": []
} }
}, },
"ubuntu19.10": {
"1.1.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"win32": { "win32": {
"1.1.0": { "1.1.0": {
"sha256": "", "sha256": "",
@@ -162,6 +169,9 @@
"ubuntu19.04": [ "ubuntu19.04": [
"1.1.0" "1.1.0"
], ],
"ubuntu19.10": [
"1.1.0"
],
"unknown": [ "unknown": [
"unavailable" "unavailable"
], ],