Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 5aac974

Browse files
committed
fix updater overwriting sourcepawn folder contents
1 parent d8a9fc9 commit 5aac974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deploy/SpcodeUpdater/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private static void Worker(object arg)
5858

5959
foreach (ZipEntry zipEntry in zf)
6060
{
61-
if (zipEntry.IsDirectory || zipEntry.Name.Contains("sourcepawn"))
61+
if (zipEntry.Name.Contains("sourcepawn\\"))
6262
{
6363
continue;
6464
}

0 commit comments

Comments
 (0)