Skip to content
Snippets Groups Projects
Commit 334dc7ca authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] binary distribution

parent 4b41952a
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,6 @@ dist-dir:
@rm -fr dist
dist: dist-dir dome-dist
binary: dist-dir dome-binary
appimage: dist-dir dome-appimage
# --------------------------------------------------------------------------
......
......@@ -250,14 +250,13 @@ dome-app: dome-pkg dome-templ
.PHONY: dome-dist dome-binary dome-appimage
# TODO: choose what the default is
dome-dist: dome-binary
dome-binary: dome-app
@echo "[Dome] packaging application (production)"
# Compatible with all OS for installation from source
dome-dist: dome-app
@echo "[Dome] packaging application (binary)"
DOME=$(DOME) yarn run electron-builder --dir -c.compression=store -c.mac.identity=null
@echo "[Dome] application packaged in ./dist"
# Build Linux AppImage for binary distribution
dome-appimage: dome-app
@echo "[Dome] packaging application (AppImage)"
DOME=$(DOME) yarn run electron-builder --linux -c.compression=store -c.mac.identity=null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment