We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052577d commit a094c65Copy full SHA for a094c65
2 files changed
.github/scripts/maya.py
@@ -31,7 +31,7 @@
31
"3.11.9": "https://www.python.org/ftp/python/3.11.9/python-3.11.9-amd64.exe",
32
}
33
SEVENZIP_WINDOWS_DOWNLOAD_URL = {
34
- "2301": "https://www.7-zip.org/a/7z2401-x64.exe"
+ "2301": "https://github.com/ip7z/7zip/releases/download/26.01/7z2601-x64.exe"
35
36
37
logging.basicConfig(format="%(asctime)s %(message)s", datefmt="%m/%d/%Y %I:%M:%S %p", level=logging.INFO)
.github/scripts/standalone.py
@@ -19,7 +19,7 @@
19
20
21
22
23
24
25
0 commit comments