feat: add flutter nightly ci

This commit is contained in:
Kingtous 2022-10-20 17:16:15 +08:00
parent 493126e328
commit 7bd0843bcd
4 changed files with 156 additions and 3 deletions

View file

@ -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: