Ubuntu 19.10 support
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
## 1.1.0
|
||||
* \#40: Support for remote Windows mounts
|
||||
* ScPrime re-brand
|
||||
*
|
||||
* Ubuntu 19.10 support
|
||||
|
||||
## 1.0.11
|
||||
* \#41: Just white background nothing else
|
||||
* Allow enabling dev tools (Ctrl-Shift-I or F12)
|
||||
|
||||
@@ -40,6 +40,7 @@ Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions vi
|
||||
* Ubuntu 18.04
|
||||
* Ubuntu 18.10
|
||||
* Ubuntu 19.04
|
||||
* Ubuntu 19.10
|
||||
|
||||
## Issues/Suggestions
|
||||
Please submit [here](https://bitbucket.org/blockstorage/repertory-ui/issues?status=new&status=open)
|
||||
|
||||
@@ -19,7 +19,7 @@ if beginsWith darwin "$OSTYPE"; then
|
||||
JQ_EXEC=jq-osx-amd64
|
||||
SHA256_EXEC="shasum -a 256 -b"
|
||||
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
|
||||
BASE64_EXEC="base64 -w0"
|
||||
JQ_EXEC=jq-linux64
|
||||
|
||||
@@ -105,6 +105,13 @@
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"ubuntu19.10": {
|
||||
"1.1.0": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"win32": {
|
||||
"1.1.0": {
|
||||
"sha256": "",
|
||||
@@ -162,6 +169,9 @@
|
||||
"ubuntu19.04": [
|
||||
"1.1.0"
|
||||
],
|
||||
"ubuntu19.10": [
|
||||
"1.1.0"
|
||||
],
|
||||
"unknown": [
|
||||
"unavailable"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user