From ea61e0bcd5e2f22ad0d3659c69573980aadf4b42 Mon Sep 17 00:00:00 2001 From: Noa Virellia Date: Fri, 10 Oct 2025 12:43:59 +0800 Subject: [PATCH] utils/{generate,replace}_resources: add shebang --- utils/generate_resources.py | 2 ++ utils/replace_resources.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/utils/generate_resources.py b/utils/generate_resources.py index f14d3c03..1bf5258a 100755 --- a/utils/generate_resources.py +++ b/utils/generate_resources.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright 2025 The Helium Authors # You can use, redistribute, and/or modify this source code under # the terms of the GPL-3.0 license that can be found in the LICENSE file. diff --git a/utils/replace_resources.py b/utils/replace_resources.py index 935ab525..8c86b423 100755 --- a/utils/replace_resources.py +++ b/utils/replace_resources.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright 2025 The Helium Authors # You can use, redistribute, and/or modify this source code under # the terms of the GPL-3.0 license that can be found in the LICENSE file.