We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038fee7 commit 5949f19Copy full SHA for 5949f19
packaging/packager
@@ -177,7 +177,7 @@ if [[ $INCLUDE_LIBC == true ]]; then
177
else
178
cp "$PKG_BIN_PATH" "$PKG_DIR/bootstrap"
179
fi
180
- chmod +x "$PKG_DIR/bootstrap"
+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