We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66eb962 commit 200c15dCopy full SHA for 200c15d
steamGridExtractor.py
@@ -60,7 +60,7 @@ def extractSteamGrid(downloadDir):
60
downloadTempDir=downloadDir,
61
extractionDir=downloadDir,
62
supressDownloadStatus=True)
63
- downloaderAndExtractor.addItemManually(url="https://07th-mod.com/installer/steamgrid/higumi-steamgrid.zip",
+ downloaderAndExtractor.addItemManually(url="https://github.com/07th-mod/patch-releases/releases/download/mod-common-v1.0/higumi-steamgrid.zip",
64
extractionDir=downloadDir)
65
downloaderAndExtractor.download()
66
0 commit comments