mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-29 10:53:43 +00:00
Update app data directory path and version info
Changed the app data directory from 'WelsonJS' to 'welsonjs' for consistency. Bumped VERSIONINFO to 0.1.7 to reflect the update.
This commit is contained in:
parent
fd3a34fc20
commit
5d907e3869
|
|
@ -38,7 +38,7 @@ function getEnvString(envName) {
|
|||
}
|
||||
|
||||
function getAppDataDir() {
|
||||
return getEnvString("APPDATA") + "\\WelsonJS";
|
||||
return getEnvString("APPDATA") + "\\welsonjs";
|
||||
}
|
||||
|
||||
function get32BitFolder() {
|
||||
|
|
@ -224,6 +224,6 @@ exports.createShortcut = createShortcut;
|
|||
exports.ping = ping;
|
||||
exports.getProcessVersion = getProcessVersion;
|
||||
|
||||
exports.VERSIONINFO = "System Module (system.js) version 0.1.6";
|
||||
exports.VERSIONINFO = "System Module (system.js) version 0.1.7";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user