upgrade flutter to 3.16.9 (#7099)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages 2024-02-11 00:15:11 +08:00 committed by GitHub
parent 633076ddd4
commit a19d4d6686
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 26 additions and 17 deletions

View file

@ -16,7 +16,7 @@ osx = platform.platform().startswith(
hbb_name = 'rustdesk' + ('.exe' if windows else '')
exe_path = 'target/release/' + hbb_name
if windows:
flutter_build_dir = 'build/windows/runner/Release/'
flutter_build_dir = 'build/windows/x64/runner/Release/'
elif osx:
flutter_build_dir = 'build/macos/Build/Products/Release/'
else: