chore: update zip script

This commit is contained in:
Tien Do Nam
2024-07-25 12:23:13 +02:00
parent 1354887c25
commit e9ee6738cf
+4 -1
View File
@@ -2,11 +2,14 @@
# git reset --hard origin/main
# git pull
cd app
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/* -DestinationPath LocalSend-XXX-windows-x86-64.zip
cd ..
Write-Output 'Generated Windows zip!'