fix windows build

This commit is contained in:
xgui4
2026-05-06 22:39:25 -04:00
parent 239da1d027
commit 2546ae6c8b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Xgui4 # Maintainer: Xgui4
pkgname=lce-qt-launcher-beta pkgname=lce-qt-launcher-beta
pkgver=nightly.r85.gb836c84 pkgver=nightly
pkgrel=1 pkgrel=1
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Beta Build)" pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Beta Build)"
arch=('any') arch=('any')

View File

@@ -15,7 +15,7 @@ set ui[3]="settingDialog"
set ui[4]="about" set ui[4]="about"
set ui[5]="contentInstaller" set ui[5]="contentInstaller"
for /L %%i in (0,1,4) do ( for /L %%i in (0,1,5) do (
set "filename=!ui[%%i]!" set "filename=!ui[%%i]!"
echo "Compiling !filename!.ui Qt UI file" echo "Compiling !filename!.ui Qt UI file"

View File

@@ -6,5 +6,5 @@ hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=d
Write-Output "done" Write-Output "done"
Write-Output "Compressing the Nuitka compressions" Write-Output "Compressing the Nuitka compressions"
Compress-Archive -Path dist/main.dist\* -DestinationPath LCE-Qt-Launcher-Windows.zip Compress-Archive -Path dist\main.dist\* -DestinationPath LCE-Qt-Launcher-Windows.zip
Write-Output "done" Write-Output "done"