Skip to content

pack.pl: Update file perms for db header files #49

@shawnlaffan

Description

@shawnlaffan

The db header files are coming out as readonly. We could fix this in the build but it might be easier to run the update when packing.

A variation of this line to handle header files should do the trick.

$f->unixFileAttributes(0777) if $dst =~ /\.(exe|bat|dll)$/i; # necessary for correct unzipping on cygwin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions