mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 02:40:38 +00:00
update version to 0.0.20.9 alpaha
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgs.python3Packages.buildPythonApplication rec {
|
||||
pname = "lce-qt-launcher";
|
||||
version = "0.0.20.8";
|
||||
version = "0.0.20.9";
|
||||
format = "pyproject";
|
||||
|
||||
src = ./.;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Xgui4
|
||||
pkgname=lce-qt-launcher-git
|
||||
pkgver=nightly.r2.g4aea963
|
||||
pkgver=nightly.r3.g10e9ead
|
||||
pkgrel=1
|
||||
pkgdesc="A custom Minecraft LCE Launcher written with PySide6 with GNU/Linux support in mind. (Nightly/Git Build)"
|
||||
arch=('any')
|
||||
|
||||
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "LCE-Qt-Launcher"
|
||||
version = "0.0.20a8"
|
||||
version = "0.0.20a9"
|
||||
description = "A custom Free/Libre Minecraft LCE Launcher written with PySide6 (Python for Qt 6)."
|
||||
requires-python = ">3.10, <3.13"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
@@ -21,7 +21,7 @@ let
|
||||
in
|
||||
pkgs.mkShell rec {
|
||||
pname = "lce-qt-launcher";
|
||||
version = "0.0.20.8";
|
||||
version = "0.0.20.9";
|
||||
format = "pyproject";
|
||||
|
||||
src = ./.;
|
||||
|
||||
@@ -4,7 +4,7 @@ from importlib.metadata._meta import PackageMetadata
|
||||
from PySide6.QtCore import qVersion
|
||||
|
||||
_FALLBACK_APP_NAME = "LCE Qt Launcher"
|
||||
_FALLBACK_VERSION = "0.0.20b8"
|
||||
_FALLBACK_VERSION = "0.0.20a9"
|
||||
_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"
|
||||
|
||||
@@ -22,8 +22,8 @@ along with this program. If not, see https://www.gnu.org/licenses/.
|
||||
# nuitka-project-if: {OS} == "Windows":
|
||||
# nuitka-project: --windows-icon-from-ico=assets/app.ico
|
||||
# nuitka-project: --windows-product-name=LCE-Qt-Launcher
|
||||
# nuitka-project: --product-version="0.0.20.8"
|
||||
# nuitka-project: --file-version="0.0.20.8"
|
||||
# nuitka-project: --product-version="0.0.20.9"
|
||||
# nuitka-project: --file-version="0.0.20.9"
|
||||
# nuitka-project: --file-description="LCE Qt Launcher Alpha"
|
||||
# nuitka-project: --copyright="Copyleft Xgui4 2026 (GPLv3)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user