mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 00:20:46 +00:00
update version and neolegacy version
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
"news_feed": "https://github.com/neoStudiosLCE/neoLegacy/commits/main/",
|
||||
"installation_path": ".neoLegacy",
|
||||
"repo_url": "https://github.com/neoStudiosLCE/neoLegacy",
|
||||
"version": "v1.0.3b"
|
||||
"version": "v1.0.4b"
|
||||
}
|
||||
|
||||
@@ -4,12 +4,12 @@ from importlib.metadata._meta import PackageMetadata
|
||||
from PySide6.QtCore import qVersion
|
||||
|
||||
_FALLBACK_APP_NAME = "LCE Qt Launcher"
|
||||
_FALLBACK_VERSION = "0.0.20b0"
|
||||
_FALLBACK_VERSION = "0.0.20b0-pre1"
|
||||
_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"
|
||||
|
||||
_VERSION_TYPE : str = "alpha"
|
||||
_VERSION_TYPE : str = "alpha testing"
|
||||
_INSTANCE_EXTENSION : str = ".lce_inst"
|
||||
_AUTHORS : str = "Xgui4"
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@ _DEFAULT_INST_SOURCE_STRING = "InstanceSource.GITHUB_RELEASE"
|
||||
_DEFAULT_INST_TYPE_STRING = "InstanceType.CLIENT_VANILLA"
|
||||
_DEFAULT_IMAGE = ":/assets/neoLegacy.png"
|
||||
_DEFAULT_NEWS_FEED = ("https://github.com/neoStudiosLCE/neoLegacy/commits/main/")
|
||||
_DEFAULT_VERSION = "v1.0.3b"
|
||||
_DEFAULT_VERSION = "v1.0.4b"
|
||||
|
||||
|
||||
class Instance(QObject):
|
||||
|
||||
Reference in New Issue
Block a user