mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
April 16 updates
This commit is contained in:
12
.github/workflows/nightly.yml
vendored
12
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
@@ -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.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
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:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
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:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
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.
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user