mirror of
https://github.com/localsend/localsend.git
synced 2026-04-18 05:57:36 -04:00
11 lines
308 B
PowerShell
11 lines
308 B
PowerShell
git reset --hard origin/main
|
|
git pull
|
|
|
|
fvm flutter clean
|
|
fvm flutter pub get
|
|
fvm flutter pub run build_runner build -d
|
|
fvm flutter build windows
|
|
|
|
Compress-Archive -Path build\windows\runner\Release\* -CompressionLevel Fastest -DestinationPath LocalSend-vXXX-windows.zip
|
|
|
|
Write-Output 'Generated Windows zip!' |