Skip to content

Commit

Permalink
Adding AppImage build
Browse files Browse the repository at this point in the history
  • Loading branch information
ebal committed May 20, 2020
1 parent f9c8aa1 commit a7f1dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build32": "electron-builder --ia32",
"build64": "electron-builder --x64",
"build": "electron-builder",
"build:appimage": "electron-builder -l appimage --publish=never",
"docker:setup": "docker build -t riot-desktop-dockerbuild dockerbuild",
"docker:build:native": "scripts/in-docker.sh yarn run hak",
"docker:build": "scripts/in-docker.sh yarn run build",
Expand Down Expand Up @@ -108,4 +109,4 @@
}
]
}
}
}

0 comments on commit a7f1dc8

Please sign in to comment.