instatunnel 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +1 -1
- package/package.json +1 -1
- package/bin/instatunnel-darwin +0 -0
- package/bin/instatunnel.exe +0 -0
- package/bin/it-darwin +0 -0
- package/bin/it.exe +0 -0
package/install.js
CHANGED
|
@@ -7,7 +7,7 @@ const os = require('os');
|
|
|
7
7
|
const { execSync } = require('child_process');
|
|
8
8
|
|
|
9
9
|
const BINARY_NAME = 'instatunnel';
|
|
10
|
-
const PRIMARY_URL = 'https://instatunnel.my/releases';
|
|
10
|
+
const PRIMARY_URL = 'https://api.instatunnel.my/releases';
|
|
11
11
|
const FALLBACK_URL = 'https://github.com/instatunnel/cli/releases/latest/download';
|
|
12
12
|
|
|
13
13
|
// Colors for console output
|
package/package.json
CHANGED
package/bin/instatunnel-darwin
DELETED
|
Binary file
|
package/bin/instatunnel.exe
DELETED
|
Binary file
|
package/bin/it-darwin
DELETED
|
Binary file
|
package/bin/it.exe
DELETED
|
Binary file
|