From 85a9c0bbf0a7b4b91314372e85d64dc088a99aa0 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=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Tue, 13 May 2025 17:24:32 +0300 Subject: [PATCH] vial 0.7.3-4 --- vial/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vial/alr.sh b/vial/alr.sh index a06ea57..2f32228 100644 --- a/vial/alr.sh +++ b/vial/alr.sh @@ -1,6 +1,6 @@ name='vial' version='0.7.3' -release='3' +release='4' desc='Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time, similar to VIA.' homepage='https://get.vial.today/' maintainer="Евгений Храмов " @@ -49,6 +49,6 @@ files() { echo ./opt/vial/vial.AppImage echo ./usr/bin/vial echo ./usr/lib/udev/rules.d/99-vial.rules - echo ./usr/share/applications/Vial + echo ./usr/share/applications/Vial.desktop printf '"%s" ' ./usr/share/icons/hicolor/**/apps/Vial.png }