From f02aadaf088c37d83655425ddf5a204884069902 Mon Sep 17 00:00:00 2001 From: Daniel Sarfati Date: Tue, 31 Oct 2017 13:46:32 -0700 Subject: [PATCH] Update exportPackage.sh --- Scripts/exportPackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/exportPackage.sh b/Scripts/exportPackage.sh index 3ae3829..13eeeba 100644 --- a/Scripts/exportPackage.sh +++ b/Scripts/exportPackage.sh @@ -21,6 +21,6 @@ echo "" wget https://github.com/FatihBAKIR/UnityPacker/releases/download/0.0.1/UnityPacker.exe ; wget https://github.com/FatihBAKIR/UnityPacker/releases/download/0.0.1/ICSharpCode.SharpZipLib.dll ; chmod +x UnityPacker.exe ; -./UnityPacker.exe Assets Zapic no "." "gitignore,md,exe,dll" ".git" ; +./UnityPacker.exe Assets Zapic no "" "gitignore,md,exe,dll" ".git" ; # mv QuarkDefault.unitypackage ~ ; # rm -rf /tmp/Quark.Default ;