From 67615761b4744b5963f03e2c61e6854c9f806cd3 Mon Sep 17 00:00:00 2001 From: xgui4 <134389196+xgui4@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:31:21 -0400 Subject: [PATCH] April 16 updates --- .github/workflows/nightly.yml | 12 +++--------- license.md | 4 ++-- pyproject.toml | 2 +- src/lce_qt_launcher/__init__.py | 6 +++--- src/lce_qt_launcher/views/launcher.py | 4 +--- src/main.py | 4 ++-- 6 files changed, 12 insertions(+), 20 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f087545..2351b0a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -59,16 +59,10 @@ jobs: name: Nightly Release body: " > [!NOTE]\n - > There is no MacOS pre-compiled build since, I do not have a mac\n - > to the software, so a compilation from source is needed to test\n - > on MacOS\n + > The nightly prebuild is only avaiable for GNU/Linux and Windows. \n - - Experimental Build (Nightly) generated by GitHub Action. \n - The nighy build are experimental nuitka compilation \n - from the nighly version for the more stable build, \n - these are available via manual compilation on the master branch \n - Pre-compiled stable binary will be release when the first alpha release" + Experimental Build (Nightly) generated by GitHub Action. The nighy build are experimental nuitka compilation from the nighly branch. + Package for GNU/Linux and Installer for Windows is coming laters." files: | *.zip *.tar.gz \ No newline at end of file diff --git a/license.md b/license.md index 496acdb..e2519f0 100644 --- a/license.md +++ b/license.md @@ -631,7 +631,7 @@ the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Copyright (C) + 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 @@ -652,7 +652,7 @@ mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Copyright (C) + LCE-Qt-Launcher 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. diff --git a/pyproject.toml b/pyproject.toml index 8efde56..b92dcd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "LCE-Qt-Launcher" -version = "26.4.15a1" +version = "26.4.16a1" description = "This is a custom Free/Libre Minecraft LCE Launcher written in Python and Qt. (Nighly Build)" requires-python = ">3.10, <3.13" license = "GPL-3.0-or-later" diff --git a/src/lce_qt_launcher/__init__.py b/src/lce_qt_launcher/__init__.py index 0f8f357..2c43ae5 100644 --- a/src/lce_qt_launcher/__init__.py +++ b/src/lce_qt_launcher/__init__.py @@ -1,7 +1,7 @@ from enum import StrEnum _FALLBACK_APP_NAME = "Minecraft LCE QT Launcher" -_FALLBACK_VERSION_NUMBER = "26.4.15a1" +_FALLBACK_VERSION_NUMBER = "26.4.16a1" _FALLBACK_LICENSE = "GPLv3" _FALLBACK_LICENSE_LINK = "https://www.gnu.org/licenses/gpl-3.0" _FALLBACK_GIT_REPO_URL = "https://github.com/xgui4/LCE-QT-Launcher" @@ -648,7 +648,7 @@ the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Copyright (C) + 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 @@ -669,7 +669,7 @@ mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Copyright (C) + LCE Qt Launcher 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. diff --git a/src/lce_qt_launcher/views/launcher.py b/src/lce_qt_launcher/views/launcher.py index 7df61b9..f6f749e 100644 --- a/src/lce_qt_launcher/views/launcher.py +++ b/src/lce_qt_launcher/views/launcher.py @@ -2,8 +2,7 @@ from PySide6.QtWidgets import ( QApplication, QMainWindow, QLabel, - QDialog, - QWidget + QDialog ) from PySide6.QtGui import ( QPalette, @@ -11,7 +10,6 @@ from PySide6.QtGui import ( QBrush ) from PySide6.QtCore import ( - Qt, qVersion ) diff --git a/src/main.py b/src/main.py index 5b57462..a03bd5d 100755 --- a/src/main.py +++ b/src/main.py @@ -7,8 +7,8 @@ # nuitka-project: --include-data-dir=data=data # nuitka-project: --include-qt-plugins=sensible # nuitka-project: --windows-console-mode=force -# nuitka-project: --product-version="0.26.4.15" -# nuitka-project: --file-version="0.26.4.15" +# nuitka-project: --product-version="0.26.4.16" +# nuitka-project: --file-version="0.26.4.16" # nuitka-project: --file-description="Custom Free/Libre Minecraft LCE Launcher (Nightly)" # nuitka-projet: --include-distribution-metadata=lce-qt-launcher # nuitka-project: --copyright="Copyleft Xgui4 2026 (GPLv3)"