добавление портпротон

This commit is contained in:
e.khramov 2022-11-02 15:25:45 +03:00
parent 5220034ec6
commit 5f1f06d349

@ -30,5 +30,5 @@ echo "Icon=$HOME/PortProton/data/img/w.png" >>portproton.desktop
package() {
install -dm755 "${srcdir}/PortWINE/data_from_portwine/" "${pkgdir}/${HOME}/.local/share/portproton/"
install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications"
install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications/portproton.desktop"
}