Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68344c6465 | |||
| 19af04468e | |||
| c96c151851 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "krunker-civilian-client",
|
"name": "krunker-civilian-client",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"description": "Cross-platform Krunker game client",
|
"description": "Cross-platform Krunker game client",
|
||||||
"main": "dist/main/index.js",
|
"main": "dist/main/index.js",
|
||||||
"homepage": "https://github.com/bigjakk/Krunker-Civilian-Client",
|
"homepage": "https://github.com/bigjakk/Krunker-Civilian-Client",
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ export type ProgressCallback = (percent: number) => void;
|
|||||||
const UPDATE_CONFIG = {
|
const UPDATE_CONFIG = {
|
||||||
checkUrl: 'https://api.github.com/repos/bigjakk/Krunker-Civilian-Client/releases/latest',
|
checkUrl: 'https://api.github.com/repos/bigjakk/Krunker-Civilian-Client/releases/latest',
|
||||||
assetPattern: /Setup\.exe$/i,
|
assetPattern: /Setup\.exe$/i,
|
||||||
allowedHosts: ['github.com', 'api.github.com', 'objects.githubusercontent.com'],
|
allowedHosts: ['github.com', 'githubusercontent.com'],
|
||||||
};
|
};
|
||||||
|
|
||||||
const CHECK_TIMEOUT_MS = 10000;
|
const CHECK_TIMEOUT_MS = 10000;
|
||||||
|
|||||||
Reference in New Issue
Block a user