We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0812dd commit adb8fbcCopy full SHA for adb8fbc
Makefile
@@ -77,6 +77,7 @@ gui-linux: ## Build GUI app with PyInstaller
77
--icon $(path_asset)/icon.png \
78
--add-binary="pyproject.toml:." \
79
--add-data="tidal_dl_ng/ui/default_album_image.png:./tidal_dl_ng/ui" \
80
+ tidal_dl_ng/gui.py
81
82
.PHONY: gui-macos
83
gui-macos: ## Build GUI app with PyInstaller
0 commit comments