Skip to content
Snippets Groups Projects
Commit 7c39a414 authored by Maxime Jacquemin's avatar Maxime Jacquemin
Browse files

[Ivette] AppImage distribution

parent 4c52c412
No related branches found
No related tags found
No related merge requests found
{
"productName": "Ivette",
"mac": { "icon": "icon.icns" },
"linux": { "icon": "icon.png" }
"linux": {
"icon": "icon.png",
"target": "appImage",
"description": "This is a test"
}
}
......@@ -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"
# --------------------------------------------------------------------------
......
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