From ab94ba72b7443f96b0d6243054cbda257fa5c09b Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 Nov 2017 15:03:00 +0800 Subject: [PATCH] updater master --- src/js/updater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/updater.js b/src/js/updater.js index a1fff76..e08ff82 100644 --- a/src/js/updater.js +++ b/src/js/updater.js @@ -37,7 +37,7 @@ var updater = { success = success || function() {}; error = error || function() {}; - var url = 'https://raw.githubusercontent.com/SuperAL/splice/dev/' + filepath + '?r=' + Math.random(); + var url = 'https://raw.githubusercontent.com/SuperAL/splice/master/' + filepath + '?r=' + Math.random(); https.get(url, function(res) { console.log('res is', res);