nyxiereal / ReVancedPacker

RVP - ReVanced APK Compiler written in Python 3.11.4
GNU General Public License v2.0
298 stars 23 forks source link

2.1 update breaks the compatibility with MacOS and Linux using Python script #38

Closed laiduy98 closed 2 years ago

laiduy98 commented 2 years ago

With the old version, the Python script can run also on MacOS and Linux. In the next version, it would be great if the script is multi platform.

I think it could be fixed by changing the command related to java. If the OS detected is Windows, so we make it java.exe, otherwise only java.

nyxiereal commented 2 years ago

ok

nyxiereal commented 2 years ago

will fix