From 0a36d6f9958286938536a7a80475cd9bcfc1dfc7 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 25 Jun 2022 16:00:56 +0200 Subject: [PATCH] Use python3 for gtk-dialog.py As mentioned in https://github.com/OpenRA/OpenRA/pull/20059#issuecomment-1166288560 --- packaging/linux/gtk-dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux/gtk-dialog.py b/packaging/linux/gtk-dialog.py index 3c967451ad..cded5c8b15 100644 --- a/packaging/linux/gtk-dialog.py +++ b/packaging/linux/gtk-dialog.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 """A simple GTK3 graphical dialog helper that can be used as a fallback if zenity is not available Compatible with python 2 or 3 with the gi bindings.