From 636289d963e2d6c47b6db905edc0aaff8767651f Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 7 Feb 2026 17:42:18 +0300 Subject: [PATCH] Fix permission for Python executables Satisfy linter warnings for error: non-executable-script --- faugus/components.py | 0 faugus/path_manager.py | 0 faugus/proton_downloader.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 faugus/components.py mode change 100644 => 100755 faugus/path_manager.py mode change 100644 => 100755 faugus/proton_downloader.py diff --git a/faugus/components.py b/faugus/components.py old mode 100644 new mode 100755 diff --git a/faugus/path_manager.py b/faugus/path_manager.py old mode 100644 new mode 100755 diff --git a/faugus/proton_downloader.py b/faugus/proton_downloader.py old mode 100644 new mode 100755