From aa79905a90de383b8f80810302305f35fc761fef Mon Sep 17 00:00:00 2001 From: Moe Date: Sun, 24 Apr 2022 16:18:20 +0700 Subject: [PATCH] Update workspace.sh --- workspace.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace.sh b/workspace.sh index a77c4aa..e418802 100644 --- a/workspace.sh +++ b/workspace.sh @@ -4,4 +4,5 @@ cd nekoya_flutter git clone https://gitlab.com/nekoya/app.git . flutter create . flutter pub get +flutter pub run flutter_launcher_icons_maker:main echo "=== DONE :3 ===" \ No newline at end of file