We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcf81d commit e8bb4c9Copy full SHA for e8bb4c9
lib/common
lib/options.ts
@@ -25,7 +25,7 @@ export class Options extends commonOptionsLibPath.OptionsBase {
25
keyStoreAlias: { type: OptionType.String },
26
keyStoreAliasPassword: { type: OptionType.String }
27
},
28
- path.join($hostInfo.isWindows ? path.join(process.env.LocalAppData, ".nativescript-cli") : path.join(osenv.home(), ".local/share", ".nativescript-cli")),
+ path.join($hostInfo.isWindows ? process.env.LocalAppData : path.join(osenv.home(), ".local/share"), ".nativescript-cli"),
29
$errors, $staticConfig);
30
}
31
0 commit comments