ivan-hc / ArchImage

Build AppImage packages for all distributions but including Arch Linux packages. Powered by JuNest.
GNU General Public License v3.0
106 stars 1 forks source link

Built script fails to run fully #21

Closed robzombie91 closed 2 months ago

robzombie91 commented 2 months ago

output.log

ivan-hc commented 2 months ago

To create an AppImage are needed also a .desktop file and an icon for the executable application.

And "pam", does not have them https://archlinux.org/packages/core/x86_64/pam/files/

robzombie91 commented 2 months ago

In my log I'm trying to built an appimage for Firefox like one of your examples but it fails like in the output log

ivan-hc commented 2 months ago

Like the one in this video?

https://github.com/ivan-hc/ArchImage/assets/88724353/06c91ddf-b9c8-41aa-a68c-325250925fd7

ivan-hc commented 2 months ago

@robzombie91 you were right, previously I've done a refactoring of the script and Shellcheck has suggested to put "quotes" were they were missing, also for the arguments in YAY/pacman. Now I've fixed it. Thank you