Update Makefile rules

This commit is contained in:
2023-01-07 11:15:39 +01:00
parent d1a0457981
commit 2c77d7e513
2 changed files with 2664 additions and 2664 deletions

View File

@@ -50,7 +50,7 @@ deps:
.PHONY: venv deps .PHONY: venv deps
## Build, install ## Build, install
build: build: build_ui build_rc
$(PYTHON) -m setup sdist $(PYTHON) -m setup sdist
$(PYTHON) -m setup bdist_wheel $(PYTHON) -m setup bdist_wheel
@@ -60,7 +60,7 @@ install:
.PHONY: build install .PHONY: build install
## PyInstaller ## PyInstaller
installer_mac: installer_mac: build
$(PYTHON) -m PyInstaller -n "RevPi Commander" \ $(PYTHON) -m PyInstaller -n "RevPi Commander" \
--add-data="src/$(PACKAGE)/locale:./revpicommander/locale" \ --add-data="src/$(PACKAGE)/locale:./revpicommander/locale" \
--add-data="data/$(PACKAGE).icns:." \ --add-data="data/$(PACKAGE).icns:." \

File diff suppressed because it is too large Load Diff