mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 00:20:46 +00:00
fix windows build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Xgui4
|
||||
pkgname=lce-qt-launcher-beta
|
||||
pkgver=nightly.r85.gb836c84
|
||||
pkgver=nightly
|
||||
pkgrel=1
|
||||
pkgdesc="A custom Minecraft LCE Launcher written in Python and Qt with GNU/Linux support in mind. (Beta Build)"
|
||||
arch=('any')
|
||||
|
||||
@@ -15,7 +15,7 @@ set ui[3]="settingDialog"
|
||||
set ui[4]="about"
|
||||
set ui[5]="contentInstaller"
|
||||
|
||||
for /L %%i in (0,1,4) do (
|
||||
for /L %%i in (0,1,5) do (
|
||||
set "filename=!ui[%%i]!"
|
||||
|
||||
echo "Compiling !filename!.ui Qt UI file"
|
||||
|
||||
@@ -6,5 +6,5 @@ hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=d
|
||||
Write-Output "done"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user