diff --git a/.drone.yml b/.drone.yml index 8817f52..f077466 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,6 @@ steps: - flutter pub get - $Env:version += type .\VERSION - $Env:builddate += type .\BUILDDATE - - $Env:buildname = 'flwtch-win-' + $Env:version + '-' + $Env:builddate - $Env:releasedir = "build\\windows\\runner\\Release\\" - flutter build windows --dart-define BUILD_VER=$Env:version --dart-define BUILD_DATE=$Env:builddate - copy windows\libCwtch.dll $Env:releasedir @@ -71,6 +70,7 @@ steps: - $Env:zipsha = $Env:zip + '.sha512' - $Env:msix = 'cwtch-install-' + $Env:version + '.msix' - $Env:msixsha = $Env:msix + '.sha512' + - $Env:buildname = 'flwtch-win-' + $Env:version + '-' + $Env:builddate - $Env:builddir = $Env:buildname - echo $Env:pfx > codesign.pfx.b64 - certutil -decode codesign.pfx.b64 codesign.pfx