mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-09 00:53:53 +01:00
Update Makefile rules
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
Reference in New Issue
Block a user