Fix the letter case
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

This commit is contained in:
Namhyeon Go 2025-02-20 14:25:39 +09:00
parent 09e9cccc51
commit ece0054da6
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ namespace WelsonJS.Launcher
{
string path = Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
"welsonjs"
"WelsonJS"
);
Directory.CreateDirectory(path);

View File

@ -47,7 +47,7 @@ namespace WelsonJS.Service
{
string path = Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
"welsonjs"
"WelsonJS"
);
Directory.CreateDirectory(path);