From 6eda405345950883cec09c19c3cb56c31416a94e Mon Sep 17 00:00:00 2001 From: xgui4 <134389196+xgui4@users.noreply.github.com> Date: Sat, 18 Apr 2026 17:37:49 -0400 Subject: [PATCH] some correction and uv sync --- .../managers/proton_manager.py | 17 +++++++++-- src/lce_qt_launcher/managers/steam_manager.py | 30 +++++++++++++++++++ uv.lock | 2 +- 3 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 src/lce_qt_launcher/managers/steam_manager.py diff --git a/src/lce_qt_launcher/managers/proton_manager.py b/src/lce_qt_launcher/managers/proton_manager.py index 4841d68..2dead73 100644 --- a/src/lce_qt_launcher/managers/proton_manager.py +++ b/src/lce_qt_launcher/managers/proton_manager.py @@ -1,5 +1,6 @@ +#!/usr/bin/env python """ - Valve Steam Proton Manager + Xgui4 Python Proton Manager Copyright (C) 2026 Xgui4 This program is free software: you can redistribute it and/or modify @@ -14,4 +15,16 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . -""" \ No newline at end of file +""" + +def main(): + print( + """ + Xgui4 Python Proton Manager Copyright (C) 2026 Xgui4 + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + """) + +if __name__ == "__main__": + main() diff --git a/src/lce_qt_launcher/managers/steam_manager.py b/src/lce_qt_launcher/managers/steam_manager.py new file mode 100644 index 0000000..99bff09 --- /dev/null +++ b/src/lce_qt_launcher/managers/steam_manager.py @@ -0,0 +1,30 @@ +#!/usr/bin/env python +""" + Xgui4 Python Steam Manager + Copyright (C) 2026 Xgui4 + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +""" + +def main(): + print( + """ + Xgui4 Python Steam Manager Copyright (C) 2026 Xgui4 + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + """) + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/uv.lock b/uv.lock index ac68f8c..05d23dc 100644 --- a/uv.lock +++ b/uv.lock @@ -465,7 +465,7 @@ wheels = [ [[package]] name = "lce-qt-launcher" -version = "26.4.16a1" +version = "26.4.17a1" source = { editable = "." } dependencies = [ { name = "hatch" },