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