Skip to content

Commit

Permalink
1.266 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
killkimno committed Jul 13, 2023
1 parent 23f5c4e commit f34ca8f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions MORT/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ public static void RunMort()
isForceKill = true;
}

if (File.Exists("MORT_2.dll.config"))
{
File.Delete("MORT_2.dll.config");
}

if (myProc.Length < 2 || isForceKill)
{
// ApplicationConfiguration.Initialize(); 에서 모두 처리한다
Expand Down
4 changes: 2 additions & 2 deletions MORT/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions MORT/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<Profiles />
<Settings>
<Setting Name="MORT_VERSION" Type="System.String" Scope="Application">
<Value Profile="(Default)">1.265V</Value>
<Value Profile="(Default)">1.266V</Value>
</Setting>
<Setting Name="LAYER_TEXT" Type="System.String" Scope="Application">
<Value Profile="(Default)">MORT {0}
레이어 번역창</Value>
</Setting>
<Setting Name="MORT_VERSION_VALUE" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">1265</Value>
<Value Profile="(Default)">1266</Value>
</Setting>
<Setting Name="TOOLTIP_LIST" Type="System.String" Scope="Application">
<Value Profile="(Default)">MORT를 처음 쓰시면 그 외-&gt; MORT 사용법을 확인해 주세요,
Expand Down
4 changes: 2 additions & 2 deletions MORT/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
<applicationSettings>
<MORT.Properties.Settings>
<setting name="MORT_VERSION" serializeAs="String">
<value>1.265V</value>
<value>1.266V</value>
</setting>
<setting name="LAYER_TEXT" serializeAs="String">
<value>MORT {0}
레이어 번역창</value>
</setting>
<setting name="MORT_VERSION_VALUE" serializeAs="String">
<value>1265</value>
<value>1266</value>
</setting>
<setting name="TOOLTIP_LIST" serializeAs="String">
<value>MORT를 처음 쓰시면 그 외-&gt; MORT 사용법을 확인해 주세요,
Expand Down

0 comments on commit f34ca8f

Please sign in to comment.