1
0

Fix file extensions

This commit is contained in:
2025-04-19 22:04:50 -04:00
parent a396ab87d4
commit 3d9d30123b
2 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ all: $(FLAC_FILES)
install:
@mamba run -n Instrumental_Music_Collection python src/install.py \
-td out/flac \
-td out \
-m data/metadata.csv \
-d $(INSTALL_DIR)
-d "$(INSTALL_DIR)"
data/tracks/%.track:
@printf "%b %s\n" "$(CYAN)[ > ]$(END) Download" "$(notdir $@)"