mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
chore: update windows script
This commit is contained in:
@@ -10,10 +10,9 @@ param(
|
||||
cd app
|
||||
fvm flutter clean
|
||||
fvm flutter pub get
|
||||
fvm flutter pub run build_runner build -d
|
||||
fvm flutter pub run msix:create --certificate-path ../secrets/windows-tienisto.pfx --certificate-password $CERTIFICATE_PASSWORD
|
||||
fvm dart run msix:create --certificate-path ../secrets/windows-tienisto.pfx --certificate-password $CERTIFICATE_PASSWORD
|
||||
|
||||
Move-Item -Path build/windows/runner/Release/localsend_app.msix -Destination LocalSend-XXX-windows-x86-64.msix
|
||||
Move-Item -Path build/windows/x64/runner/Release/localsend_app.msix -Destination LocalSend-XXX-windows-x86-64.msix
|
||||
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user