File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ internal static void GetAbout()
27
27
Console . WriteLine ( "WindowsToGo Utility v3.0.1" + Environment . NewLine + "by Charles." + Environment . NewLine ) ;
28
28
Console . WriteLine ( "Github repository: https://github.com/Nothing9495/wtgutil" + Environment . NewLine ) ;
29
29
Console . WriteLine ( "Last build date: 12/04/2022" + Environment . NewLine ) ;
30
+ Console . WriteLine ( "wtgutil (WinToGo Utility) is a free and open-source program" ) ;
30
31
Console . WriteLine ( "If you come across any problems when you are using this utility," + Environment . NewLine +
31
32
"or you have any suggestions, it is welcomed to submit them on Github issues." ) ;
32
33
}
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ internal static void GetAbout()
27
27
Console . WriteLine ( "WinToGo 实用程序 v3.0.1" + Environment . NewLine + "by Charles." + Environment . NewLine ) ;
28
28
Console . WriteLine ( "Github 存储库: https://github.com/Nothing9495/wtgutil" + Environment . NewLine ) ;
29
29
Console . WriteLine ( "上一次构建时间: 2022/12/04" + Environment . NewLine ) ;
30
+ Console . WriteLine ( "WinToGo 实用程序 (wtgutil) 是一个自由、开源的软件" ) ;
30
31
Console . WriteLine ( "如果你在使用本工具的过程中遇到任何问题," + Environment . NewLine +
31
32
"或者有任何想法和建议,欢迎到 Github 上提交 issues." ) ;
32
33
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Program
10
10
static void Main ( string [ ] args ) //a bunch of if-else
11
11
{
12
12
13
- Console . Title = ( "wtgutil v3 " ) ;
13
+ Console . Title = ( "wtgutil" ) ;
14
14
15
15
IsAdmin . IsAdministrator ( ) ;
16
16
You can’t perform that action at this time.
0 commit comments