diff --git a/portproton/lure.sh b/portproton/lure.sh index 5362f6f..1ebb9c7 100755 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -46,8 +46,8 @@ scripts=( ) package() { - cd PortProton_ALT-1.3 - install -Dm755 "PortProton_${version}" "${pkgdir}/usr/bin/${name}" + cd PortProton_ALT-1.3 + install -Dm755 "portproton" "${pkgdir}/usr/bin/${name}" install -Dm644 "${name}.desktop" "${pkgdir}/usr/share/applications/${name}.desktop" install -Dm644 "${name}.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${name}.svg" install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${name}/LICENSE"