mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
1.1.3 -> 1.1.4 第18次更新
This commit is contained in:
parent
6b7542a3b9
commit
426596f780
@ -248,6 +248,7 @@ public partial class MainWin : Window
|
||||
|
||||
hostsConfAppendContent += MainConst.HostsConfEndMarker;
|
||||
|
||||
File.SetAttributes(MainConst.HostsConfPath, File.GetAttributes(MainConst.HostsConfPath) & ~FileAttributes.ReadOnly);
|
||||
File.AppendAllText(MainConst.HostsConfPath, hostsConfAppendContent);
|
||||
|
||||
MainPres.IsNginxIniting = true;
|
||||
|
Loading…
Reference in New Issue
Block a user