mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
5 lines
295 B
PowerShell
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 |