element-desktop: Edited launch script
This commit is contained in:
parent
ea22365c49
commit
a435068915
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec electron19 /usr/lib/element-desktop/resources/app.asar "$@"
|
||||
exec electron24 /usr/lib/element-desktop/resources/app.asar "$@"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'element-desktop'
|
||||
pkgname=element-desktop
|
||||
version=1.11.31
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
conf_files="/etc/${pkgname}/config.json"
|
||||
hostmakedepends="git yarn nodejs rust cargo python3 curl
|
||||
|
|
Loading…
Reference in New Issue