Rocket.Chat-Desktop: actually use electron19
This commit is contained in:
parent
22bf95cf35
commit
67acab04a8
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
exec electron13 /usr/lib/Rocket.Chat-Desktop.asar "$@"
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'Rocket.Chat-Desktop'
|
||||
pkgname=Rocket.Chat-Desktop
|
||||
version=3.8.7
|
||||
revision=1
|
||||
revision=2
|
||||
_electron_ver=19
|
||||
wrksrc="Rocket.Chat.Electron-${version}"
|
||||
hostmakedepends="yarn nodejs python3 pkg-config app-builder"
|
||||
@ -39,7 +39,11 @@ do_build() {
|
||||
}
|
||||
do_install() {
|
||||
vinstall "${FILESDIR}/Rocket.Chat-Desktop.desktop" 644 usr/share/applications
|
||||
vbin "$FILESDIR/Rocket.Chat-Desktop"
|
||||
cat > Rocket.Chat-Desktop <<-EOF
|
||||
#!/bin/sh
|
||||
exec electron${_electron_ver} /usr/lib/Rocket.Chat-Desktop.asar "\$@"
|
||||
EOF
|
||||
vbin Rocket.Chat-Desktop
|
||||
vinstall build/icons/512x512.png 644 usr/share/icons/hicolor/512x512/apps Rocket.Chat-Desktop.png
|
||||
vlicense LICENSE
|
||||
vinstall "dist/linux-unpacked/resources/app.asar" 644 /usr/lib Rocket.Chat-Desktop.asar
|
||||
|
Loading…
Reference in New Issue
Block a user