minor fix

This commit is contained in:
xgui4
2026-04-18 17:15:11 -04:00
parent 44a236cbb1
commit bfb22868ff
4 changed files with 36 additions and 15 deletions

1
.gitignore vendored
View File

@@ -318,3 +318,4 @@ nuitka-crash-report.xml
# test files
test.lce_inst
default.lce_inst

View File

@@ -1,15 +0,0 @@
{
"name": "Default Managed",
"installation_path": "/home/xgui4/Documents/LegacyClient",
"username": "Xgui4",
"archive_file": "LCEWindows64.zip",
"exe_name": "Minecraft.Client.exe",
"repo_url": "https://github.com/MCLCE/MinecraftConsoles",
"instance_source": "InstanceSource.GITHUB_RELEASE",
"instance_type": "InstanceType.CLIENT_VANILLA",
"image": [":/assets/minecraft.png"],
"news_feed": "https://github.com/MCLCE/minecraftconsoles/commits",
"version": "nightly",
"skin_path": "",
"servers": ""
}

View File

@@ -0,0 +1,17 @@
"""
Valve Steam Proton 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 <https://www.gnu.org/licenses/>.
"""

View File

@@ -13,6 +13,24 @@
# nuitka-projet: --include-distribution-metadata=lce-qt-launcher
# nuitka-project: --copyright="Copyleft Xgui4 2026 (GPLv3)"
"""
LCE Qt Launcher 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 <https://www.gnu.org/licenses/>.
"""
from PySide6.QtWidgets import QMessageBox, QFileDialog
from lce_qt_launcher.views import term_service