From aa3cf9700d003e37df1c38e6380dcfd04b5c28f3 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 28 Apr 2013 11:38:41 -0400 Subject: [PATCH] Changed the shebang line to #!/usr/bin/python3 under Qt. This way, the activity monitor correctly shows the app name instead of showing "python3". --- qt/run_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/run_template.py b/qt/run_template.py index b57411ba..73da88c3 100644 --- a/qt/run_template.py +++ b/qt/run_template.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # Copyright 2013 Hardcoded Software (http://www.hardcoded.net) # # This software is licensed under the "BSD" License as described in the "LICENSE" file,