softprops / serverless-rust

⚡ 🦀 a serverless framework plugin for rustlang applications
https://www.npmjs.com/package/serverless-rust
MIT License
541 stars 81 forks source link

Fix bootstrap zip permissions for local builds #111

Closed StefanNienhuis closed 2 years ago

StefanNienhuis commented 2 years ago

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 to 000/--------- it set them correctly, to 755/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