This commit is contained in:
2025-11-24 16:41:06 +03:00
parent 955d3130c0
commit 7abf4f72ae

View File

@@ -1,6 +1,6 @@
name='vial' name='vial'
version='0.7.5' version='0.7.5'
release='5' release='6'
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'
desc_ru='Кроссплатформенный GUI с открытым исходным кодом для настройки клавиатуры в реальном времени' desc_ru='Кроссплатформенный GUI с открытым исходным кодом для настройки клавиатуры в реальном времени'
homepage='https://get.vial.today/' homepage='https://get.vial.today/'
@@ -58,8 +58,8 @@ package() {
files() { files() {
files-find-bin files-find-bin
files-find "./opt/vial" files-find "./opt/vial/**"
files-find-share-applications files-find-share "applications"
files-find-share-icons files-find-share "icons"
files-find "./usr/lib/udev/rules.d" files-find "./usr/lib/udev/rules.d"
} }