Closed StefanNienhuis closed 2 years ago
Fixes the zip permissions for the bootstrap file in AdmZip for local builds.
bootstrap
Closes: #110
I tested it locally, and instead of setting the bootstrap permissions to 000/--------- it set them correctly, to 755/rwxr-xr-x
000
---------
755
rwxr-xr-x
Fix bootstrap permissions for local builds
What did you implement:
Fixes the zip permissions for the
bootstrap
file in AdmZip for local builds.Closes: #110
How did you verify your change:
I tested it locally, and instead of setting the
bootstrap
permissions to000
/---------
it set them correctly, to755
/rwxr-xr-x
What (if anything) would need to be called out in the CHANGELOG for the next release:
Fix
bootstrap
permissions for local builds