File fix-runtime.patch of Package cura
diff --git a/cura_app.py b/cura_app.py index 1520d2da6..114de6aa8 100755 --- a/cura_app.py +++ b/cura_app.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # Copyright (c) 2022 Ultimaker B.V. # Cura is released under the terms of the LGPLv3 or higher.