Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
c87dfdf8
Commit
c87dfdf8
authored
Mar 11, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play webcord: add aarch64 support
parent
f8830286
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
webcord.sh
play.d/webcord.sh
+16
-2
No files found.
play.d/webcord.sh
100644 → 100755
View file @
c87dfdf8
#!/bin/sh
PKGNAME
=
WebCord
SUPPORTEDARCHES
=
"x86_64"
SUPPORTEDARCHES
=
"x86_64
arm64
"
VERSION
=
"
$2
"
DESCRIPTION
=
"A Discord and Spacebar client implemented directly without Discord API from the official github"
.
$(
dirname
$0
)
/common.sh
arch
=
"
$(
epm print info
-a
)
"
case
"
$arch
"
in
x86_64
)
arch
=
x64
;;
aarch64
)
arch
=
arm64
;;
*
)
fatal
"
$arch
arch is not supported"
;;
esac
pkgtype
=
AppImage
PKGURL
=
$(
epm tool eget
--list
--latest
https://github.com/SpacingBat3/WebCord/releases
"WebCord-
$VERSION
-
x64
.
$pkgtype
"
)
PKGURL
=
$(
epm tool eget
--list
--latest
https://github.com/SpacingBat3/WebCord/releases
"WebCord-
$VERSION
-
$arch
.
$pkgtype
"
)
[
-n
"
$PKGURL
"
]
||
fatal
"Can't get package URL"
epm
install
"
$PKGURL
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment