diff --git a/ivette/electron-builder.json b/ivette/electron-builder.json index ff7514100edc044947d80466558bcb99ea87c78c..ff027f0ac40558a69d1a26b321c52ac2499fbf59 100644 --- a/ivette/electron-builder.json +++ b/ivette/electron-builder.json @@ -1,5 +1,9 @@ { "productName": "Ivette", "mac": { "icon": "icon.icns" }, - "linux": { "icon": "icon.png" } + "linux": { + "icon": "icon.png", + "target": "appImage", + "description": "This is a test" + } } diff --git a/ivette/src/dome/template/makefile b/ivette/src/dome/template/makefile index 1f8033fcaf03d3ec165d86b7e415fb9407dad4ce..6c17b21e4d856770cdb233bb60da35f60b4f3437 100644 --- a/ivette/src/dome/template/makefile +++ b/ivette/src/dome/template/makefile @@ -253,6 +253,7 @@ dome-app: dome-pkg dome-templ dome-dist: dome-app @echo "[Dome] packaging application (production)" DOME=$(DOME) yarn run electron-builder --dir -c.compression=store -c.mac.identity=null + DOME=$(DOME) yarn run electron-builder --linux @echo "[Dome] application packaged in ./dist" # --------------------------------------------------------------------------