nep-cli 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/index.js +2 -2
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -306,8 +306,8 @@ program
306
306
  const username = os.userInfo().username;
307
307
 
308
308
  // Specify the path to the executable
309
- const appFolderName = 'nepplus';
310
- const executableName = 'Nep+ App.exe';
309
+ const appFolderName = 'nepplus-app';
310
+ const executableName = 'nepplus-app.exe';
311
311
  const executablePath = `C:\\Users\\${username}\\AppData\\Local\\Programs\\${appFolderName}\\${executableName}`;
312
312
 
313
313
  // Run the executable with proper escaping
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nep-cli",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "main": "./lib/nep.js",
5
5
  "bin": {
6
6
  "nep": "./bin/index.js"