drone windows msix debug
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-06-23 23:01:12 -07:00
parent 901293377e
commit 5f6008a152
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ steps:
- flutter pub run msix:create
- mkdir deploy
- mkdir deploy\$Env:builddir
- move "${Env:releasedir}cwtch.msix" "deploy\\${Env:builddir}\\${Env:msix}"
- powershell -command "move $Env:releasedir\cwtch.msix deploy\$Env:builddir\$Env:msix"
- powershell -command "Compress-Archive -Path $Env:releasedir -DestinationPath deploy\$Env:builddir\$Env:zip"
- powershell -command "(Get-FileHash deploy\$Env:builddir\$Env:zip -Algorithm sha512).Hash" > deploy\$Env:builddir\$Env:sha

View File

@ -121,7 +121,7 @@ msix_config:
msix_version: 1.0.0.0
certificate_path: codesign.pfx
certificate_password: pfx_pass
publisher: CN=Open Privacy Research Society, O=Open Privacy Research Society, L=Vancouver, S=BC, C=CA
publisher: CN=Open Privacy Research Society, O=Open Privacy Research Society, L=Vancouver, S=British Columbia, C=CA
logo_path: cwtch.png
start_menu_icon_path: cwtch.png
tile_icon_path: assets\cwtch_title.png