From fb5ded6e53b1109ba5c0bbffe18ee109d18b2760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leif-J=C3=B6ran=20Olsson?= Date: Thu, 27 Mar 2025 14:18:04 +0100 Subject: [PATCH] Fixing ambiguiguous python shebang in installed script freecad-thumbnailer. Removed skip ci according to instruction. --- src/Tools/freecad-thumbnailer.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/freecad-thumbnailer.in b/src/Tools/freecad-thumbnailer.in index 641c9f97d4..0a6fe451cd 100644 --- a/src/Tools/freecad-thumbnailer.in +++ b/src/Tools/freecad-thumbnailer.in @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 """Support file to show FreeCAD thumbnails on Free Desktop Environments (like GNOME or KDE) Installation: