mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-06 18:24:29 +08:00
Initial public commit
This commit is contained in:
4
py/icon-builder.py
Normal file
4
py/icon-builder.py
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
import os
|
||||
cmd = "flutter pub get && flutter pub run icons_launcher:create";
|
||||
os.system(cmd);
|
Reference in New Issue
Block a user