Skip to content

Commit

Permalink
Merge pull request #28 from Fenyx4/fix-false-positive
Browse files Browse the repository at this point in the history
Remove the file that was getting a false positive on virus scanners
  • Loading branch information
Fenyx4 authored Feb 20, 2024
2 parents 276382e + 65452d3 commit c5db7b7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified UltimaPatcher/Files/Locale.Emulator.2.5.0.1/LEProc.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions UltimaPatcher/Files/U9JPLanguagePatch/u9.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
LEProc.exe u9.jp.exe
Binary file removed UltimaPatcher/Files/U9JPLanguagePatch/u9.bat.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion UltimaPatcher/U9Form.vb
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,9 @@ Public Class U9Form
End Using
End Using
FileCopy(newFilePath2, U9Location & "\u9.jp.exe")
FileCopy("Files\U9JPLanguagePatch\u9.bat.exe", U9Location & "\u9.exe")
'FileCopy("Files\U9JPLanguagePatch\u9.bat.exe", U9Location & "\u9.exe")
CopyDirectory("Files\Locale.Emulator.2.5.0.1", U9Location)
FileCopy("Files\Locale.Emulator.2.5.0.1\LEProc.exe", U9Location & "\u9.exe")
MessageBox.Show("You need to install the Japanese Language Pack for Windows in order for this to work.", "Details", MessageBoxButtons.OK)
Else
' If it isn't Japanese version then make sure we have the original version of the exe
Expand Down
3 changes: 0 additions & 3 deletions UltimaPatcher/UltimaPatcher.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -3345,9 +3345,6 @@
<Content Include="Files\U9Fanpatch160\u9name.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Files\U9JPLanguagePatch\u9.bat.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="Files\U9Patch-1.19H\U9Patch-1.19H-readme.TXT">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit c5db7b7

Please sign in to comment.