Skip to content

Commit

Permalink
[TASK] Change downloadURL of userscript to github release
Browse files Browse the repository at this point in the history
  • Loading branch information
lolamtisch committed Sep 16, 2019
1 parent 2f17fda commit 87fb8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpackConfig/userscript.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const metadata = {
'author': package['author'],
'license': 'GPL-3.0',
'iconURL': 'https://raw.githubusercontent.com/lolamtisch/MALSync/master/assets/icons/icon128.png',
'downloadURL': 'https://greasyfork.org/scripts/372847-mal-sync/code/MAL-Sync.user.js',
'downloadURL': 'https://github.com/lolamtisch/MALSync/releases/latest/download/malsync.user.js',
'updateURL': 'https://greasyfork.org/scripts/372847-mal-sync/code/MAL-Sync.meta.js',
'grant': [
'GM_xmlhttpRequest',
Expand Down

0 comments on commit 87fb8bf

Please sign in to comment.