From faf21bb991569d13b36e5f66cfa390c07b53a7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Tue, 23 Apr 2024 23:56:31 +0300 Subject: [PATCH] vesktop-bin 1.5.1-3 --- vesktop-bin/lure.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vesktop-bin/lure.sh b/vesktop-bin/lure.sh index 0cb87fc..b0c0c0c 100644 --- a/vesktop-bin/lure.sh +++ b/vesktop-bin/lure.sh @@ -1,6 +1,6 @@ name='vesktop-bin' version='1.5.1' -release='2' +release='3' desc='A cross platform electron-based desktop app aiming to give you a snappier Discord experience with Vencord pre-installed' homepage='https://github.com/Vencord/Vesktop' maintainer="Евгений Храмов " @@ -24,8 +24,7 @@ checksums=('SKIP') build() { bsdtar -xf vesktop_${version}_amd64.deb - sed -e "s|@electronversion@|" \ - -e "s|@appname@|vesktop|g" \ + sed -e "s|@appname@|vesktop|g" \ -e "s|@runname@|app.asar|g" \ -e "s|@options@|env ELECTRON_OZONE_PLA4TFORM_HINT=auto|g" \ -i "${scriptdir}/vesktop.sh"