mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-06 18:24:29 +08:00
Initial public commit
This commit is contained in:
4
py/builder.py
Executable file
4
py/builder.py
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
import os
|
||||
cmd = "flutter pub run build_runner build --delete-conflicting-outputs";
|
||||
os.system(cmd);
|
Reference in New Issue
Block a user