vial 0.7.3-4

This commit is contained in:
2025-05-13 17:24:32 +03:00
parent ad0c9599fe
commit 85a9c0bbf0

View File

@ -1,6 +1,6 @@
name='vial' name='vial'
version='0.7.3' 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.' 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/' homepage='https://get.vial.today/'
maintainer="Евгений Храмов <xpamych@yandex.ru>" maintainer="Евгений Храмов <xpamych@yandex.ru>"
@ -49,6 +49,6 @@ files() {
echo ./opt/vial/vial.AppImage echo ./opt/vial/vial.AppImage
echo ./usr/bin/vial echo ./usr/bin/vial
echo ./usr/lib/udev/rules.d/99-vial.rules 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 printf '"%s" ' ./usr/share/icons/hicolor/**/apps/Vial.png
} }