mirror of
https://github.com/localsend/localsend.git
synced 2026-04-21 07:29:08 -04:00
10 lines
254 B
PowerShell
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!' |