Skip to content

Commit 0f18eb1

Browse files
fix: script console output
1 parent 2f826a2 commit 0f18eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extract-items: extract-precache-hgpak extract-locale
6161
@gum style --border rounded --border-foreground 45 --margin "1 0 0 0" --padding "0 3" --width 80 --align left "📜 item_to_name_mappings.json"
6262
@gum spin --spinner dot --title "Decoding nms_reality_gcproducttable.mbin" -- ./out/mbincompiler -y -d ./out/ "./out/EXTRACTED/metadata/reality/tables/nms_reality_gcproducttable.mbin" > /dev/null;
6363
@gum spin --spinner dot --title "Decoding nms_basepartproducts.mbin" -- ./out/mbincompiler -y -d ./out/ "./out/EXTRACTED/metadata/reality/tables/nms_basepartproducts.mbin" > /dev/null;
64-
@python ./src/extract_item_names.py
64+
@gum spin --spinner dot --title "Extracting item names" -- python ./src/extract_item_names.py
6565
@gum style --foreground 10 "✅ item_to_name_mappings.json created."
6666

6767
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)