diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/github-desktop/README | 8 | ||||
-rw-r--r-- | development/github-desktop/github-desktop.SlackBuild | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/development/github-desktop/README b/development/github-desktop/README index 8675c7786279f..3c7d957987aa1 100644 --- a/development/github-desktop/README +++ b/development/github-desktop/README @@ -5,10 +5,4 @@ This is a re-pack of the official DEB package. Fork of GitHub Desktop to support various Linux distributions. -64-bit only. It will spit an error on a 32-bit system. - -The script also supports aarch64 but you must manually wget the file -as the .info cannot support it directly. - -arm64/aarch64 link: -https://github.com/shiftkey/desktop/releases/download/release-3.3.10-linux1/GitHubDesktop-linux-arm64-3.3.10-linux1.deb +For x86_64 or aarch64 only, no 32-bit support. diff --git a/development/github-desktop/github-desktop.SlackBuild b/development/github-desktop/github-desktop.SlackBuild index 0934ae9d97d53..351467c60257a 100644 --- a/development/github-desktop/github-desktop.SlackBuild +++ b/development/github-desktop/github-desktop.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=github-desktop SRCNAM=GitHubDesktop VERSION=${VERSION:-3.3.12} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |