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 ;