diff --git a/vesktop-bin/lure.sh b/vesktop-bin/lure.sh index 08c9457..650411a 100644 --- a/vesktop-bin/lure.sh +++ b/vesktop-bin/lure.sh @@ -1,6 +1,6 @@ name='vesktop-bin' version='1.5.1' -release='4' +release='5' 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="Евгений Храмов " @@ -29,7 +29,7 @@ build() { -e "s|@options@|env ELECTRON_OZONE_PLA4TFORM_HINT=auto|g" \ -i "${scriptdir}/vesktop.sh" bsdtar -xf "${srcdir}/data."* - sed "s|/opt/vesktop/vesktop|vesktop|g" -i "${srcdir}/usr/share/applications/vesktop.desktop" + sed "s|/opt/Vesktop/vesktop|vesktop|g" -i "${srcdir}/usr/share/applications/vesktop.desktop" } package() { install -Dm755 "${scriptdir}/vesktop.sh" "${pkgdir}/usr/bin/vesktop"