mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-07 04:06:05 +00:00
Fix the letter case
This commit is contained in:
parent
09e9cccc51
commit
ece0054da6
|
@ -93,7 +93,7 @@ namespace WelsonJS.Launcher
|
|||
{
|
||||
string path = Path.Combine(
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
|
||||
"welsonjs"
|
||||
"WelsonJS"
|
||||
);
|
||||
|
||||
Directory.CreateDirectory(path);
|
||||
|
|
|
@ -47,7 +47,7 @@ namespace WelsonJS.Service
|
|||
{
|
||||
string path = Path.Combine(
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
|
||||
"welsonjs"
|
||||
"WelsonJS"
|
||||
);
|
||||
|
||||
Directory.CreateDirectory(path);
|
||||
|
|
Loading…
Reference in New Issue
Block a user