Generic linux support
This commit is contained in:
@@ -26,7 +26,7 @@ if beginsWith darwin "$OSTYPE"; then
|
||||
JQ_EXEC=jq-osx-amd64
|
||||
SHA256_EXEC="shasum -a 256 -b"
|
||||
else
|
||||
DISTRO_LIST="centos7 solus"
|
||||
DISTRO_LIST="centos7 linux solus"
|
||||
OUT_FILE=repertory-ui_${APP_VER}_linux_x86_64.AppImage
|
||||
BASE64_EXEC="base64 -w0"
|
||||
JQ_EXEC=jq-linux64
|
||||
|
||||
@@ -23,7 +23,7 @@ elif [ "$IS_ARM" = "1" ] && [ -f /etc/debian_version ]; then
|
||||
fi
|
||||
fi
|
||||
else
|
||||
DISTNAME=centos7
|
||||
DISTNAME=linux
|
||||
DISTVER=
|
||||
fi
|
||||
|
||||
|
||||
@@ -14,6 +14,13 @@
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"linux": {
|
||||
"1.3.5": {
|
||||
"sig": "",
|
||||
"sha256": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"solus": {
|
||||
"1.3.5": {
|
||||
"sig": "",
|
||||
@@ -37,7 +44,7 @@
|
||||
"1.3.5"
|
||||
],
|
||||
"linux": [
|
||||
"unavailable"
|
||||
"1.3.5"
|
||||
],
|
||||
"solus": [
|
||||
"1.3.5"
|
||||
|
||||
Reference in New Issue
Block a user