Build msix
This commit is contained in:
parent
f722bd65b5
commit
9bd67de366
|
@ -9,15 +9,13 @@ flutter pub run build_runner build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
flutter build windows
|
flutter build windows
|
||||||
|
copy runtime\* build\windows\runner\Release
|
||||||
|
copy warp_api_ffi.dll build\windows\runner\Release
|
||||||
flutter pub run msix:create
|
flutter pub run msix:create
|
||||||
|
|
||||||
pushd build\windows\runner
|
pushd build\windows\runner
|
||||||
move-item Release\YWallet.msix .
|
move-item Release\YWallet.msix .
|
||||||
rename-item Release ywallet
|
rename-item Release ywallet
|
||||||
popd
|
|
||||||
copy runtime\* build\windows\runner\ywallet
|
|
||||||
copy warp_api_ffi.dll build\windows\runner\ywallet
|
|
||||||
|
|
||||||
pushd build\windows\runner
|
|
||||||
Compress-Archive -Path ywallet\ -DestinationPath ..\..\..\ywallet.zip
|
Compress-Archive -Path ywallet\ -DestinationPath ..\..\..\ywallet.zip
|
||||||
copy YWallet.msix ..\..\..
|
copy YWallet.msix ..\..\..
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue