Skip to content

Commit

Permalink
Point to https mojang endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Sep 16, 2020
1 parent faa5f52 commit 3ea41b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/assetguard.js
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ class AssetGuard extends EventEmitter {
return new Promise((resolve, reject) => {

//Asset constants
const resourceURL = 'http://resources.download.minecraft.net/'
const resourceURL = 'https://resources.download.minecraft.net/'
const localPath = path.join(self.commonPath, 'assets')
const objectPath = path.join(localPath, 'objects')

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"cross-env": "^7.0.2",
"electron": "^10.1.1",
"electron": "^10.1.2",
"electron-builder": "^22.8.0",
"eslint": "^7.9.0"
},
Expand Down

0 comments on commit 3ea41b4

Please sign in to comment.