diff options
Diffstat (limited to 'cad/cura/files/patch-cura__app.py')
-rw-r--r-- | cad/cura/files/patch-cura__app.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cad/cura/files/patch-cura__app.py b/cad/cura/files/patch-cura__app.py new file mode 100644 index 000000000000..7c98ead13935 --- /dev/null +++ b/cad/cura/files/patch-cura__app.py @@ -0,0 +1,8 @@ +--- cura_app.py.orig 2020-02-28 16:06:57 UTC ++++ cura_app.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python3 ++#!/usr/bin/env %%PYTHON_CMD%% + + # Copyright (c) 2019 Ultimaker B.V. + # Cura is released under the terms of the LGPLv3 or higher. |