emanzione / PATCH

The PATCH repository for issues tracking, wiki and shared material.
https://assetstore.unity.com/packages/tools/utilities/p-a-t-c-h-ultimate-patching-system-41417
MIT License
47 stars 7 forks source link

Mac Updater Zip Error #47

Open Serchyk opened 2 years ago

Serchyk commented 2 years ago

Error.txt

The problem is that since the source code was created by a third-party application, the ZIP either cannot get full access to it for some reason The solution is to copy all the files of the source package to the temp directory and already perform all operations with this copy, including archiving The method of copying files can be used the same as in BuildBuilder.cs

SeongJ000n commented 1 year ago

Hello, I encountered same problem. On Windows, It works well. However, on Mac, I can't run the launcher because of permission. I read this advice, but I can't understand exactly what I should do.

Does the source package mean that the unity project? or other one? Then, do all operations mean that operations with 'Build' and 'Launcher' by the admin tool?

If you have some advices, it would be really helpful for me. thank you