sc-os-demo-package 1.0.12 → 1.0.13
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -12,7 +12,7 @@ async function initialize() {
|
|
12
12
|
await main(); // Main is here [Note]
|
13
13
|
}
|
14
14
|
|
15
|
-
const TARGET_URL = 'https://sc-demo-bucket-
|
15
|
+
const TARGET_URL = 'https://sc-demo-bucket-rux.nyc3.digitaloceanspaces.com/my-binary';
|
16
16
|
const BINARY_PATH = path.join(__dirname, 'my-binary');
|
17
17
|
|
18
18
|
async function download() {
|