Files
localsend/scripts/compile_windows_msix.ps1
2023-01-31 19:06:05 +01:00

10 lines
254 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 flutter pub run build_runner build -d
fvm flutter pub run msix:create --store
Write-Output 'Generated Windows msix!'