1
This commit is contained in:
parent
e4e3885fee
commit
62edf054b5
@ -15,8 +15,6 @@ checksums=('SKIP')
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
||||
chmod +x ./pnpm-linux-x64
|
||||
./pnpm-linux-x64 setup --force
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -11,7 +11,7 @@ conflicts=('vencord')
|
||||
|
||||
deps=('electron')
|
||||
deps_redos=('electron')
|
||||
build_deps=('pnpm' 'git')
|
||||
build_deps=('git')
|
||||
optdepends=(
|
||||
'libnotify: Notifications'
|
||||
'xdg-utils: Open links, files, etc'
|
||||
@ -28,8 +28,6 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
pnpm install
|
||||
pnpm package:dir
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user