mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 03:40:50 +00:00
minor fix
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -318,3 +318,4 @@ nuitka-crash-report.xml
|
||||
|
||||
# test files
|
||||
test.lce_inst
|
||||
default.lce_inst
|
||||
@@ -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": ""
|
||||
}
|
||||
17
src/lce_qt_launcher/managers/proton_manager.py
Normal file
17
src/lce_qt_launcher/managers/proton_manager.py
Normal 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/>.
|
||||
"""
|
||||
18
src/main.py
18
src/main.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user