From fc503d8528b7360066cff5f7a6e10d88f6ba1798 Mon Sep 17 00:00:00 2001 From: pavelbannov Date: Wed, 4 Oct 2023 00:26:33 +0300 Subject: [PATCH] merge from develop --- run/WebPlugins.xml | 10 ---------- scripts/plugins.bat | 9 --------- 2 files changed, 19 deletions(-) delete mode 100644 run/WebPlugins.xml delete mode 100644 scripts/plugins.bat diff --git a/run/WebPlugins.xml b/run/WebPlugins.xml deleted file mode 100644 index b9d989c7e9..0000000000 --- a/run/WebPlugins.xml +++ /dev/null @@ -1,10 +0,0 @@ - - OnlyofficeWebPlugins - ONLYOFFICE WebPlugins Server - manual - node - ../../server/common/ASC.WebPlugins/dist/src/main.js - - true - - \ No newline at end of file diff --git a/scripts/plugins.bat b/scripts/plugins.bat deleted file mode 100644 index 63bffe050e..0000000000 --- a/scripts/plugins.bat +++ /dev/null @@ -1,9 +0,0 @@ -PUSHD %~dp0.. - -cd %~dp0../../server/common/ASC.WebPlugins/ - -call yarn install --immutable - -call yarn build - -POPD \ No newline at end of file