wonders/py/splash-builder.py

4 lines
97 B
Python
Raw Normal View History

2022-08-29 20:38:28 -06:00
#!/usr/bin/python
import os
cmd = "flutter pub run flutter_native_splash:create";
os.system(cmd);