Skip to content

Commit

Permalink
Update steamgrid url
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Jul 12, 2024
1 parent 6241bf1 commit 58f8dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamGridExtractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def extractSteamGrid(downloadDir):
downloadTempDir=downloadDir,
extractionDir=downloadDir,
supressDownloadStatus=True)
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",
extractionDir=downloadDir)
downloaderAndExtractor.download()

Expand Down

0 comments on commit 58f8dd1

Please sign in to comment.