wonders/py/icon-builder.py
2023-06-28 15:28:27 -06:00

4 lines
109 B
Python
Executable File

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