vial postinstall
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| name='vial' | ||||
| version='0.7.1' | ||||
| release='4' | ||||
| release='5' | ||||
| 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="Евгений Храмов <xpamych@yandex.ru>" | ||||
| @@ -14,6 +14,10 @@ deps=('fuse') | ||||
| sources=("https://github.com/vial-kb/vial-gui/releases/download/v${version}/Vial-v${version}-x86_64.AppImage?~archive=false") | ||||
| checksums=('SKIP') | ||||
|  | ||||
| scripts=( | ||||
| 	['postinstall']='postinstall.sh' | ||||
| ) | ||||
|  | ||||
| prepare() { | ||||
|     chmod +x Vial-v${version}-x86_64.AppImage | ||||
|     ./Vial-v${version}-x86_64.AppImage --appimage-extract | ||||
|   | ||||
		Reference in New Issue
	
	Block a user