Skip to content

Commit 8383dfc

Browse files
author
Fatih BAKIR
committed
Should work x-platform
1 parent 4369e26 commit 8383dfc

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Source/UnityPack/Program.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,7 @@ private static void CreateTarGZ(string tgzFilename, string sourceDirectory)
141141

142142
private static void AddDirectoryFilesToTar(TarArchive tarArchive, string sourceDirectory, bool recurse)
143143
{
144-
TarEntry tarEntry = TarEntry.CreateEntryFromFile(sourceDirectory);
145-
//tarEntry.Name = sourceDirectory.Remove(0, tarArchive.RootPath.Length + 1);
146-
//tarArchive.WriteEntry(tarEntry, false);
147-
144+
TarEntry tarEntry;
148145
string[] filenames = Directory.GetFiles(sourceDirectory);
149146
foreach (string filename in filenames)
150147
{
-8.5 KB
Binary file not shown.
-8.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)