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
3769d3c4
Commit
3769d3c4
authored
Apr 16, 2024
by
Boria138
Committed by
Vitaly Lipatov
Apr 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add Vesktop (eterbug #17255)
parent
611a7e6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
vesktop.sh
play.d/vesktop.sh
+23
-0
No files found.
play.d/vesktop.sh
0 → 100755
View file @
3769d3c4
#!/bin/sh
PKGNAME
=
Vesktop
SUPPORTEDARCHES
=
"x86_64 aarch64"
VERSION
=
"
$2
"
DESCRIPTION
=
'A cross platform electron-based desktop app aiming to give you a snappier Discord experience with Vencord pre-installed'
URL
=
"https://github.com/Vencord/Vesktop"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
case
"
$(
epm print info
-a
)
"
in
x86_64
)
arch
=
"amd64"
;;
aarch64
)
arch
=
"arm64"
;;
esac
PKGURL
=
"https://vencord.dev/download/vesktop/
$arch
/appimage"
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