Change "updateURL" to meta file

This commit is contained in:
redphx 2023-07-25 11:33:21 +07:00 committed by GitHub
parent 9262d0e14f
commit 1210176413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
// @match https://www.xbox.com/*/play* // @match https://www.xbox.com/*/play*
// @run-at document-start // @run-at document-start
// @grant none // @grant none
// @updateURL https://github.com/redphx/better-xcloud/releases/latest/download/better-xcloud.user.js // @updateURL https://github.com/redphx/better-xcloud/releases/latest/download/better-xcloud.meta.js
// @downloadURL https://github.com/redphx/better-xcloud/releases/latest/download/better-xcloud.user.js // @downloadURL https://github.com/redphx/better-xcloud/releases/latest/download/better-xcloud.user.js
// ==/UserScript== // ==/UserScript==
'use strict'; 'use strict';