Skip to content

ZipPackage class assumes too much #102

@CharliePoole

Description

@CharliePoole

The recipe's ZipPackage class thinks it knows how to create a zip for any project but is making assumptions about what should be included. Currently, it creates the zip image, including everything in the output directory under the bin subdirectory. This is actually too much, since the output directory may contain test files.

The simplest fix is for the calling program to create the zip image and let ZipPackage simply zip it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    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