Skip to content

Commit adb8fbc

Browse files
committed
👷 Restored build command for linux.
1 parent a0812dd commit adb8fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ gui-linux: ## Build GUI app with PyInstaller
7777
--icon $(path_asset)/icon.png \
7878
--add-binary="pyproject.toml:." \
7979
--add-data="tidal_dl_ng/ui/default_album_image.png:./tidal_dl_ng/ui" \
80+
tidal_dl_ng/gui.py
8081

8182
.PHONY: gui-macos
8283
gui-macos: ## Build GUI app with PyInstaller

0 commit comments

Comments
 (0)