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
Notes: blender-bot 2023-02-14 11:00:17 +01:00
Referenced by issue #81304, flatpak blender: Opening .blend files opens a new file
Referenced by issue #77367, Blender ignores commandline options
Referenced by issue #77348, Blender LTS: Maintenance Task 2.83
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 "$@"