wonders/py/splash-builder.py
2022-08-29 20:38:28 -06:00

4 lines
97 B
Python

#!/usr/bin/python
import os
cmd = "flutter pub run flutter_native_splash:create";
os.system(cmd);