1.5.1
This commit is contained in:
@ -11,7 +11,7 @@ conflicts=('vencord')
|
||||
|
||||
deps=('electron')
|
||||
deps_redos=('electron')
|
||||
build_deps=('git')
|
||||
build_deps=('pnpm' 'git')
|
||||
optdepends=(
|
||||
'libnotify: Notifications'
|
||||
'xdg-utils: Open links, files, etc'
|
||||
@ -23,11 +23,14 @@ sources=("https://github.com/Vencord/Vesktop/archive/refs/tags/v${version}.tar.g
|
||||
checksums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cd ${srcdir}/Vesktop-${version}
|
||||
sed -i '/linux/s/^/ "electronDist": "\/usr\/lib\/electron",\n/' "$srcdir/$_pkgname-$pkgver/package.json"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
pnpm install
|
||||
pnpm package:dir
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Reference in New Issue
Block a user