We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6784ec5 commit 038fee7Copy full SHA for 038fee7
packaging/packager
@@ -174,10 +174,10 @@ EOF
174
if [[ $INCLUDE_LIBC == true ]]; then
175
cp "$PKG_BIN_PATH" "$PKG_DIR/bin"
176
echo -e "$bootstrap_script" > "$PKG_DIR/bootstrap"
177
- chmod +x "$PKG_DIR/bootstrap"
178
else
179
cp "$PKG_BIN_PATH" "$PKG_DIR/bootstrap"
180
fi
+ chmod +x "$PKG_DIR/bootstrap"
181
# some shenanigans to create the right layout in the zip file without extraneous directories
182
pushd "$PKG_DIR" > /dev/null
183
zip --symlinks --recurse-paths "$PKG_BIN_FILENAME".zip -- *
0 commit comments