Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(WIP) Add symbolic link tools and Shell command line tool #77

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
删除了路劲牌机油的植入广告(迫真
其实就是有笨蛋打错了字
  • Loading branch information
fr1g authored Jul 29, 2023
commit 978a49e9b8f9d8dbc5812ba6d51fa5e1fdd208e8
Original file line number Diff line number Diff line change
@@ -158,7 +158,7 @@ public override async Task<LaunchResult> LaunchTaskAsync(LaunchSettings? setting
{
Cause = "未找到JRE运行时,可能是输入的路劲为空或出错,亦或是指定的文件并不存在。",
Error = "未找到JRE运行时",
ErrorMessage = "输入的路劲为空或出错,亦或是指定的文件并不存在"
ErrorMessage = "输入的路径为空或出错,亦或是指定的文件并不存在"
}
};

@@ -409,4 +409,4 @@ void InvokeLaunchLogThenStart(string item, ref TimeSpan time, ref Stopwatch sw)
}

#endregion
}
}