检测更新增加强制更新

This commit is contained in:
whyour
2021-11-27 20:19:49 +08:00
parent 64d0bb18b1
commit fae26efb88
3 changed files with 44 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { createRandomString } from './util';
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
const lastVersionFile =
'https://ghproxy.com/https://raw.githubusercontent.com/whyour/qinglong/master/src/version.ts';
'https://raw.githubusercontent.com/whyour/qinglong/master/src/version.ts';
const envFound = dotenv.config();
const rootPath = process.cwd();