diff --git a/.drone.yml b/.drone.yml index 9200020..25fe9a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index b4955e3..7e0eca9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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