Fix T77367: Blender's snap package ignores command line options

This commit is contained in:
Campbell Barton 2020-06-05 00:37:54 +10:00
parent fd061f61c7
commit 3da4724f72
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ if [ -n "$XDG_RUNTIME_DIR" ]; then
fi
# Run Blender
$SNAP/blender
$SNAP/blender "$@"