lasyt test before doing a refactor if needed

This commit is contained in:
xgui4
2026-04-18 20:24:14 -04:00
parent a9230f3341
commit df0927a94f
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Xgui4
pkgname=lce-qt-launcher-pre-alpha
pkgver=r128.ef2616e
pkgver=r129.a9230f3
pkgrel=1
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind."
arch=('any')

View File

@@ -21,6 +21,9 @@ dependencies = [
"patchelf==0.17.2.4; sys_platform == 'linux'",
]
[tool.hatch.build.targets.wheel]
packages = ["src"]
[tool.hatch.build.targets.wheel.sources]
"src" = "lce_launcher_core"