Skip to content

Support for Bundles #145

@hacknus

Description

@hacknus

First of all, thank you very much for the work on this cool and very useful project!

I am running a GUI on macOS. It is bundled like this:

ApplicationName.app
└── Contents
    ├── Info.plist
    ├── MacOS
    │   └── application-binary
    └── Resources
        └── ApplicationName.icns

The release will be downloaded as ApplicationName.app.zip, however self-update fails to unpack it, because it expects a single file and not a directory structure. Is there a way to work with this?

Similarly: My application is also distributed as .deb for linux and .msi for windows - how would that work with self-update?

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