Merge branch 'trunk' into tor_status_pane
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
erinn 2021-04-13 19:37:27 -07:00
commit be52105e6d
1 changed files with 2 additions and 2 deletions

View File

@ -145,13 +145,13 @@ steps:
commands:
- git fetch --tags
- git describe --tags > VERSION
- date +%G-%m-%d-%H-%M > BUILDDATE
- powershell -command "Get-Date -Format 'yyyy-MM-dd-HH-mm' >.\BUILDDATE"
- name: build-windows
image: openpriv/flutter-desktop:windows-dev
commands:
- flutter pub get
- mkdir deploy
- flutter build windows
- mkdir deploy
trigger:
repo: flutter/flutter_app