forked from Plemya-x/alr-repo
icons
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
name='vesktop'
|
||||
version='1.5.2'
|
||||
release='1'
|
||||
release='2'
|
||||
desc='Vesktop gives you the performance of web Discord and the comfort of Discord Desktop'
|
||||
homepage='https://github.com/Vencord/Vesktop'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
@ -42,6 +42,8 @@ package() {
|
||||
install -Dm755 "${scriptdir}/vesktop.sh" "$pkgdir/usr/bin/vesktop"
|
||||
|
||||
install -Dm 644 "${scriptdir}/vesktop.desktop" "${pkgdir}/usr/share/applications/vesktop.desktop"
|
||||
install -Dm 644 "Vesktop-${version}/static/icon.png" "${pkgdir}/usr/share/pixmaps/${name}.png"
|
||||
for _icons in 16x16 32x32 48x48 64x64 128x128 256x256 512x512 1024x1024;do
|
||||
install -Dm644 "${scriptdir}/hicolor/${_icons}/apps/vesktop.png" \
|
||||
-t "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps"
|
||||
install -Dm 644 "Vesktop-${version}/LICENSE" "${pkgdir}/usr/share/licenses/${name}/LICENSE"
|
||||
}
|
||||
|
Reference in New Issue
Block a user