hanzala123 / arch2appimage

This is a python script that downloads Arch Linux packages (Official/Chaotic AUR) and converts to an AppImage executable
GNU General Public License v3.0
339 stars 11 forks source link

A valid architecture with the ARCH environmental variable should be provided #9

Open bbkjbbkj opened 1 year ago

bbkjbbkj commented 1 year ago

I have built a couple of appimages with no issues, but when I try to build VLC I get the following:

More than one architectures were found of the AppDir source directory "AppDir" A valid architecture with the ARCH environmental variable should be provided e.g. ARCH=x86_64 appimagetool ...

I am using x86_64 where and how do I need to provide this variable?

hanzala123 commented 1 year ago

i think you will need to run appimagetool manually here. command should be something like

ARCH=x86_64 ./resources/appimagetool -n AppDir/ out/vlc-x86_64.AppImage