Skip to content

Commit

Permalink
fix url of store package for updates check
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaptel committed May 20, 2021
1 parent dcda20e commit 9685d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExtensionStore/lib/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Object.defineProperty(Store.prototype, "extensions", {
Object.defineProperty(Store.prototype, "storeExtension", {
get: function () {
if (typeof this._storeExtension === 'undefined') {
var storePackage = webQuery.get("https://raw.githubusercontent.com/mchaptel/ExtensionStore/master/packages/ExtensionStore/tbpackage.json")
var storePackage = webQuery.get("https://raw.githubusercontent.com/mchaptel/ExtensionStore/master/ExtensionStore/tbpackage.json")
this._storeRepository = new Repository(storePackage.repository)
this._storeExtension = new Extension(this._storeRepository, storePackage);
}
Expand Down

0 comments on commit 9685d00

Please sign in to comment.