From 01d4c6c7733348434b5aaec01de23557116af04a Mon Sep 17 00:00:00 2001 From: zontreck Date: Fri, 30 Aug 2024 20:57:01 -0700 Subject: [PATCH] Make sure dependencies have been acquired --- compile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compile.sh b/compile.sh index fe704db..6a854ad 100755 --- a/compile.sh +++ b/compile.sh @@ -4,6 +4,8 @@ cd dart mkdir out +dart pub get + dart compile exe -o out/dbikc-linux-x64 bin/dbikc.dart dart compile exe -o out/mkfsreport-linux-x64 bin/mkfsreport.dart dart compile exe -o out/nbt2snbt-linux-x64 bin/nbt2snbt.dart