Skip to content

Commit f1d4ff6

Browse files
FatmeFatme
authored andcommitted
Merge pull request #494 from NativeScript/fatme/fix-profile-dir
Fix profileDir path
2 parents def32ac + e8bb4c9 commit f1d4ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class Options extends commonOptionsLibPath.OptionsBase {
2525
keyStoreAlias: { type: OptionType.String },
2626
keyStoreAliasPassword: { type: OptionType.String }
2727
},
28-
path.join($hostInfo.isWindows ? process.env.LocalAppData : path.join(osenv.home(), ".local/share", "Telerik", "BlackDragon", ".nativescript-cli")),
28+
path.join($hostInfo.isWindows ? process.env.LocalAppData : path.join(osenv.home(), ".local/share"), ".nativescript-cli"),
2929
$errors, $staticConfig);
3030
}
3131
}

0 commit comments

Comments
 (0)