deadlock-wiki / deadbot

Repository to handle any scripting and automation for the Deadlock Wiki
MIT License
13 stars 6 forks source link

Skip decompile step if local version matches the already decompiled version #83

Closed hassayag closed 2 weeks ago

hassayag commented 3 weeks ago

Since local dev experience usually involves decompiling local game files, it would speed up the script if the decompile step is skipped when it is not needed. i.e. Check local game steam.inf and compare it with version.txt. If they match, skip decompilation