Good afternoon,
I just decided to give appimage-builder a test. Downloaded the image, made it executable and got the below error.
[]$ ./appimage-builder-x86_64.AppImage
Traceback (most recent call last):
File "/tmp/.mount_appimaYdmwb3/usr/bin/appimage-builder", line 8, in
sys.exit(main())
File "/tmp/.mount_appimaYdmwb3/usr/lib/python3.8/site-packages/appimagebuilder/main.py", line 40, in main
raw_recipe_data = recipe_loader.load(args.recipe)
File "/tmp/.mount_appimaYdmwb3/usr/lib/python3.8/site-packages/appimagebuilder/recipe/loader.py", line 75, in load
with open(path) as recipe_file:
FileNotFoundError: [Errno 2] No such file or directory: '/removed/appimage/AppImageBuilder.yml'
[]$
Peter