From 4c19b6bb1493d5cda13cbdda06bdad19ed743306 Mon Sep 17 00:00:00 2001 From: luputeodor2 <75758105+luputeodor2@users.noreply.github.com> Date: Wed, 23 Nov 2022 16:06:43 +0200 Subject: [PATCH] replaced privatesky with opendsu-sdk --- octopus.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/octopus.json b/octopus.json index ba7de5f..65ed252 100644 --- a/octopus.json +++ b/octopus.json @@ -7,7 +7,7 @@ "actions": [ { "type": "copy", - "src": "../../../privatesky/psknode/bundles/swBoot.js", + "src": "../../../opendsu-sdk/psknode/bundles/swBoot.js", "target": "./swBoot.js", "options": { "overwrite": true @@ -15,7 +15,7 @@ }, { "type": "copy", - "src": "../../../privatesky/psknode/bundles/webshims.js", + "src": "../../../opendsu-sdk/psknode/bundles/webshims.js", "target": "./bundles/webshims.js", "options": { "overwrite": true @@ -23,7 +23,7 @@ }, { "type": "copy", - "src": "../../../privatesky/psknode/bundles/loaderBoot.js", + "src": "../../../opendsu-sdk/psknode/bundles/loaderBoot.js", "target": "./bundles/loaderBoot.js", "options": { "overwrite": true