File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 rm -rf *pay*.dmg
3030 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install -r requirements.txt
3131
32- aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/1.10.1/Universal-Binaries.dmg"
32+ aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/1.10.1-pre /Universal-Binaries.dmg"
3333
3434 - name : Force Universal2 charset for Python
3535 run : |
Original file line number Diff line number Diff line change 2525 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install -r requirements.txt
2626 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install packaging
2727 rm -rf Univ*
28- aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/1.10.1/Universal-Binaries.dmg"
28+ aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/1.10.1-pre /Universal-Binaries.dmg"
2929 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 OCLP-R-GUI.command --validate
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Constants:
1414 def __init__ (self ) -> None :
1515 # Patcher Versioning
1616 self .patcher_version : str = "3.0.0" # OCLP-R
17- self .patcher_support_pkg_version : str = "1.10.0 " # PatcherSupportPkg
17+ self .patcher_support_pkg_version : str = "1.10.1-pre " # PatcherSupportPkg
1818 self .copyright_date : str = "Copyright © 2020-2025 Dortania and Hackdoc"
1919 self .patcher_name : str = "OCLP-R"
2020
You can’t perform that action at this time.
0 commit comments