We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e49c4 commit 3161647Copy full SHA for 3161647
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "dasher-electron",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "Electron implementation of Dasher.",
5
"main": "src/main.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"start": "electron .",
9
"postinstall": "electron-builder install-app-deps",
10
- "build": "electron-builder",
11
- "release": "electron-builder --mac --windows --linux --publish always"
+ "build": "git submodule update --init && electron-builder",
+ "release": "git submodule update --init && electron-builder --mac --windows --linux --publish always"
12
},
13
"keywords": [],
14
"author": "Technoke LLC",
0 commit comments