Files
localsend/support/scripts/compile_windows_msix_store.ps1
Tien Do Nam 747837ea9d
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled
refactor: move scripts/ to support/scripts/
2026-07-13 23:48:32 +02:00

13 lines
370 B
PowerShell

# UNCOMMENT THESE LINES TO BUILD FROM LATEST COMMIT
# git reset --hard origin/main
# git pull
fvm flutter clean
fvm flutter pub get
fvm dart run build_runner build -d
fvm flutter pub run msix:create --store
Move-Item -Path build/windows/x64/runner/Release/localsend_app.msix -Destination LocalSend-XXX-windows-x86-64-store.msix
Write-Output 'Generated Windows msix!'