[deploy] fix bug 45991

This commit is contained in:
Maxim Kadushkin
2020-07-30 23:58:14 +03:00
parent 7f94838c92
commit 58952fcc9a
4 changed files with 33 additions and 38 deletions

View File

@ -1,7 +1,7 @@
{
"name": "spreadsheeteditor",
"version": "4.3.0",
"build": 886,
"build": 903,
"homepage": "http://www.onlyoffice.com",
"private": true,
"main": {
@ -180,18 +180,15 @@
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/help/"
}
],
"index-page": [
"indexhtml": [
{
"src": "../apps/spreadsheeteditor/main/index.html.deploy",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/index.html"
},
{
"src": "../apps/spreadsheeteditor/main/index_loader.html.deploy",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/index_loader.html"
},
{
"src": "../apps/spreadsheeteditor/main/index_internal.html.deploy",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/index_internal.html"
"expand": true,
"cwd": "../apps/spreadsheeteditor/main",
"src": [
"*.html.deploy"
],
"ext": ".html",
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main"
}
]
},