mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
@@ -281,7 +281,7 @@ namespace thememan
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
using (Package zip = Package.Open(zipFile.FullName, FileMode.Open))
|
using (Package zip = Package.Open(zipFile.FullName, FileMode.Open, FileAccess.Read))
|
||||||
{
|
{
|
||||||
PackagePartCollection parts = zip.GetParts();
|
PackagePartCollection parts = zip.GetParts();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user