mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
feat: add flutter nightly ci
This commit is contained in:
parent
493126e328
commit
7bd0843bcd
4 changed files with 156 additions and 3 deletions
4
build.py
4
build.py
|
@ -225,9 +225,7 @@ def main():
|
|||
version = get_version()
|
||||
features = ",".join(get_features(args))
|
||||
flutter = args.flutter
|
||||
if not flutter:
|
||||
# not flutter, is sciter
|
||||
os.system('python3 res/inline-sciter.py')
|
||||
os.system('python3 res/inline-sciter.py')
|
||||
portable = args.portable
|
||||
if windows:
|
||||
if flutter:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue