diff --git a/pkg/appimage/appimage.sh b/pkg/appimage/appimage.sh index cdd18c86900e05856b39e8c1a035fa770ef412c5..e7c4d444a219e9e2e19fcc4a93bcf729ba208206 100644 --- a/pkg/appimage/appimage.sh +++ b/pkg/appimage/appimage.sh @@ -24,4 +24,4 @@ install -D -m 755 /usr/lib/p7zip/7zr ${PKGNAME}.AppDir/usr/bin/7z ./squashfs-root/AppRun ${PKGNAME}.AppDir/usr/share/applications/${PKGNAME}.desktop -appimage -mv *.AppImage ${PKGNAME}-${PKGVER}-${PKGREL}-x86_64.AppImage +mv ${PKGNAME}*.AppImage ${PKGNAME}-${PKGVER}-${PKGREL}-x86_64.AppImage