Skip to content

build app ignores name parameter #94

@michilyy

Description

@michilyy

When running python-appimage build app the -n parameter gets ignored.

The function execute() at commands/build/app.py accepts a name parameter but it is not used.

By adding this check on line 154, the AppImage file is named correctly.

if name is None:
    application_name = os.path.basename(appdir)
else:
    application_name = name

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