MacOS build support

This commit is contained in:
2018-09-02 12:55:48 +02:00
parent caf09bc432
commit e302b796ae
4 changed files with 21 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ clean:
run: all
python3 luftdaten-tool.py
dist: all
python3 -m PyInstaller luftdaten-tool.spec
i18n-update:
@for f in $(TS_FILES) ; do \
pylupdate5 *.py gui/*.py -ts $$f -verbose; \