diff --git a/create_dist.sh b/create_dist.sh index 2c74258..31bc8a5 100755 --- a/create_dist.sh +++ b/create_dist.sh @@ -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 diff --git a/public/detect_linux.sh b/public/detect_linux.sh index 3ff1631..c21d69e 100755 --- a/public/detect_linux.sh +++ b/public/detect_linux.sh @@ -23,7 +23,7 @@ elif [ "$IS_ARM" = "1" ] && [ -f /etc/debian_version ]; then fi fi else - DISTNAME=centos7 + DISTNAME=linux DISTVER= fi diff --git a/releases.json b/releases.json index 4845f16..7038e00 100644 --- a/releases.json +++ b/releases.json @@ -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"