Skip to content

11.5 AppImages don't work #42

@tinydanbo

Description

@tinydanbo

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:

# 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions