diff --git a/ivette/Makefile b/ivette/Makefile index b1d5a8d5b5b69d01b7e5be77d57f266a6c06b249..32d77f960dde3622002360aa91b279229c660af3 100644 --- a/ivette/Makefile +++ b/ivette/Makefile @@ -82,7 +82,6 @@ dist-dir: @rm -fr dist dist: dist-dir dome-dist -binary: dist-dir dome-binary appimage: dist-dir dome-appimage # -------------------------------------------------------------------------- diff --git a/ivette/src/dome/template/makefile b/ivette/src/dome/template/makefile index c5648c6bf73c8411ca1d34b0cd907fec42b921b9..7750695b089d75ab67478311589b8a931dc5e56e 100644 --- a/ivette/src/dome/template/makefile +++ b/ivette/src/dome/template/makefile @@ -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