mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-06-12 13:58:11 +08:00
4 lines
109 B
Python
4 lines
109 B
Python
#!/usr/bin/python
|
|
import os
|
|
cmd = "flutter pub get && flutter pub run icons_launcher:create";
|
|
os.system(cmd); |