mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-08 16:43:53 +01:00
Update Makefile rules
This commit is contained in:
4
Makefile
4
Makefile
@@ -50,7 +50,7 @@ deps:
|
||||
.PHONY: venv deps
|
||||
|
||||
## Build, install
|
||||
build:
|
||||
build: build_ui build_rc
|
||||
$(PYTHON) -m setup sdist
|
||||
$(PYTHON) -m setup bdist_wheel
|
||||
|
||||
@@ -60,7 +60,7 @@ install:
|
||||
.PHONY: build install
|
||||
|
||||
## PyInstaller
|
||||
installer_mac:
|
||||
installer_mac: build
|
||||
$(PYTHON) -m PyInstaller -n "RevPi Commander" \
|
||||
--add-data="src/$(PACKAGE)/locale:./revpicommander/locale" \
|
||||
--add-data="data/$(PACKAGE).icns:." \
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user