Files
LCE-Qt-Launcher/scripts/packages.ps1
2026-04-18 22:33:41 -04:00

5 lines
295 B
PowerShell

$ErrorActionPreference = 'Stop'
$PSNativeCommandUseErrorActionPreference = $true
hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=dist src\legacy_qt_launcher\main.py
Compress-Archive -Path dist/legacy-qt-launcher.dist\* -DestinationPath LCE-Qt-Launcher-Windows.zip