Skip to content

Commit

Permalink
Fix cdn.adguard.com installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
seanl-adg committed Apr 16, 2018
1 parent 008c855 commit 0080138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ export default class Builder {

private static channelDownloadUpdateURLMap = {
[Channel.DEV]: 'https://AdguardTeam.github.io/PopupBlocker/',
[Channel.BETA]: 'https://cdn.adguard.com/public/Userscripts/Beta/AdguardPopupBlocker/2.1/',
[Channel.RELEASE]: 'https://cdn.adguard.com/public/Userscripts/AdguardPopupBlocker/2.1/'
[Channel.BETA]: 'https://cdn.adguard.com/public/Userscripts/Beta/AdguardPopupBlocker/2.2/',
[Channel.RELEASE]: 'https://cdn.adguard.com/public/Userscripts/AdguardPopupBlocker/2.2/'
}

private get downloadUpdateURL() {
Expand Down

0 comments on commit 0080138

Please sign in to comment.