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.
- package/bin/index.js +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 = '
|
|
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
|