wonders/py/icon-builder.py

4 lines
109 B
Python
Raw Permalink Normal View History

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