mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 05:17:19 +00:00
Allow appimage execution for non-owner (#14339)
This commit is contained in:
@@ -350,7 +350,7 @@ fi
|
|||||||
|
|
||||||
exec "\$@"
|
exec "\$@"
|
||||||
EOF
|
EOF
|
||||||
chmod ug+x "$LIBEXEC_DIR/@SLIC3R_APP_CMD@-env"
|
chmod a+x "$LIBEXEC_DIR/@SLIC3R_APP_CMD@-env"
|
||||||
|
|
||||||
cat << EOF >@SLIC3R_APP_CMD@
|
cat << EOF >@SLIC3R_APP_CMD@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|||||||
Reference in New Issue
Block a user