Allow appimage execution for non-owner (#14339)

This commit is contained in:
pallaswept
2026-06-26 03:27:47 +10:00
committed by SoftFever
parent 3e9784321d
commit 0086ed0ddc

View File

@@ -350,7 +350,7 @@ fi
exec "\$@"
EOF
chmod ug+x "$LIBEXEC_DIR/@SLIC3R_APP_CMD@-env"
chmod a+x "$LIBEXEC_DIR/@SLIC3R_APP_CMD@-env"
cat << EOF >@SLIC3R_APP_CMD@
#!/bin/bash