mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 09:30:53 +00:00
5 lines
262 B
PowerShell
5 lines
262 B
PowerShell
$ErrorActionPreference = 'Stop'
|
|
$PSNativeCommandUseErrorActionPreference = $true
|
|
|
|
hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=dist src/main.py
|
|
Compress-Archive -Path dist/main.dist/* -DestinationPath LCE-Qt-Launcher-Windows.zip |