update to 2026.05.12, removed old code and depency requests, minirs changes to file and start of a better display handler for popuup message box in futue release

This commit is contained in:
Xgui4 Studio
2026-05-13 00:51:28 -04:00
parent 4b448901cd
commit 4818b8d94d
17 changed files with 51 additions and 134 deletions

View File

@@ -10,7 +10,6 @@ depends=(
'python'
'pyside6'
'python-vdf'
'python-requests'
'python-platformdirs'
'python-rich'
)

View File

@@ -1,7 +1,7 @@
# Maintainer: Xgui4
pkgname=lce-qt-launcher-git
pkgver=r149.804311b
pkgrel=3
pkgver=nightly.r0.g99097b4
pkgrel=1
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Nigthly Build)"
arch=('any')
url="https://github.com/xgui4/LCE-Qt-Launcher"
@@ -10,7 +10,6 @@ depends=(
'python'
'pyside6'
'python-vdf'
'python-requests'
'python-platformdirs'
'python-rich'
)

View File

@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "LCE Qt Launcher (Nightly)"
#define MyAppVersion "2026.5.11"
#define MyAppVersion "2026.5.12"
#define MyAppPublisher "Xgui4"
#define MyAppURL "https://github.com/xgui4/lce-qt-launcher"
#define MyAppExeName "main.exe"

View File

@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "LCE Qt Launcher (Nightly)"
#define MyAppVersion "2026.5.11"
#define MyAppVersion "2026.5.12"
#define MyAppPublisher "Xgui4"
#define MyAppURL "https://github.com/xgui4/lce-qt-launcher"
#define MyAppExeName "main.exe"