graceful-updater-windows-helper 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ 'use strict';
2
+
3
+ exports.exeFileDir = __dirname;
package/installer.exe ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "graceful-updater-windows-helper",
3
- "version": "1.0.0",
4
- "description": "graceful-updater is a software updator management solution for Electron applications, It is convenient to complete full software update and dynamic update.",
3
+ "version": "1.0.1",
4
+ "description": "graceful-updater windows helper.",
5
5
  "scripts": {
6
6
  },
7
7
  "main": "./index.js",
@@ -11,8 +11,8 @@
11
11
  "auto-updator"
12
12
  ],
13
13
  "files": [
14
- "build/**/*.js",
15
- "build/**/*.exe"
14
+ "**/*.js",
15
+ "**/*.exe"
16
16
  ],
17
17
  "repository": {
18
18
  "type": "git",
package/unzip.exe ADDED
Binary file