mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
chore: update zip script
This commit is contained in:
@@ -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!'
|
||||
Reference in New Issue
Block a user