djkaty / Il2CppInspector

Powerful automated tool for reverse engineering Unity IL2CPP binaries
http://www.djkaty.com
GNU Affero General Public License v3.0
2.62k stars 433 forks source link

Fix get-plugins.sh permissions to allow run it after clean checkout #190

Open KonH opened 3 years ago

KonH commented 3 years ago

I've noticed that running get-plugins.sh requires additional manual actions (chmod +x get-plugins.sh). It can be easily persisted in repository to allow users to run it without any modifications (in case that mode is not intended by some reason). I hope it leads to better UX for the tool.