mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[deploy] fix bug 45991
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user