-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Generating AppImages for LOVE 11.5 doesn't work.
The reason for this appears to be that makelove fuses the .love file to the bin/love binary and renames it to bin/{game_name}, like so:
Line 167 in f192818
| # Official AppImages (since 11.4) -> fuse the .love file to the love binary |
However, the AppRun script inside 11.5 appimages is specifically looking for bin/love : https://github.com/love2d/love-appimage-source/blob/a945d735c61c82214f1fa4b803d2cae19432ba22/love.sh#L30
So running a built 11.5 appimage simply results in a "bin/love: No such file or directory" error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels