This commit is contained in:
sardelka9515
2022-08-23 23:21:35 +08:00
parent 89ebd0305c
commit d5b71db5d4
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ using System.Resources;
[assembly: AssemblyCulture("")]
// Version information
[assembly: AssemblyVersion("1.5.3.107")]
[assembly: AssemblyFileVersion("1.5.3.107")]
[assembly: AssemblyVersion("1.5.3.108")]
[assembly: AssemblyFileVersion("1.5.3.108")]
[assembly: NeutralResourcesLanguageAttribute( "en-US" )]

View File

@ -33,7 +33,7 @@ namespace RageCoop.Server.Scripting
Directory.CreateDirectory(path);
foreach (var pkg in Directory.GetFiles(path,"*.respkg",SearchOption.AllDirectories))
{
Logger?.Debug($"Adding resourece from package \"{Path.GetFileNameWithoutExtension(pkg)}\"");
Logger?.Debug($"Adding resources from package \"{Path.GetFileNameWithoutExtension(pkg)}\"");
var pkgZip = new ZipFile(pkg);
foreach (ZipEntry e in pkgZip)
{