Skip to content

Support loading files from a ZIP bundle, and merging the bundle with the executable #90

@joaodasilva

Description

@joaodasilva

This is similar to #88.

  1. Support running a ZIP bundle instead of running a main JS file. Any file operations start by looking for the file in the ZIP, and then fallback on the filesystem when that fails.

  2. Support merging that ZIP with the executable, to distribute as a single binary. This might work by just concatenating the binary and the ZIP, because the ZIP header is at the end of the file:

https://en.wikipedia.org/wiki/ZIP_(file_format)

The downside is that the original executable can't be signed (or its signature becomes invalid).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions