Skip to content

Commit c5f291d

Browse files
committed
fix: Update launcher requirements
1 parent ed17c28 commit c5f291d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Source/Launcher/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ static void CheckOR(List<string> missingFiles, string path)
116116
// Required libraries:
117117
"GNU.Gettext.dll",
118118
"GNU.Gettext.WinForms.dll",
119-
"ICSharpCode.SharpZipLib.dll",
120-
"DotNetZip.dll",
121119
@"Native/X86/OpenAL32.dll",
122120
@"Native/X64/OpenAL32.dll",
123121
// Programs:
@@ -142,4 +140,4 @@ static int SafeReadKey(RegistryKey key, string name, int defaultValue)
142140
}
143141
}
144142
}
145-
}
143+
}

0 commit comments

Comments
 (0)