diff --git a/build/documenteditor.json b/build/documenteditor.json index c630b14bb..cf848dd71 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -119,7 +119,7 @@ "expand": true, "cwd": "../apps/documenteditor/main/resources/img/", "src": [ - "**/*.{png,jpg,gif}" + "**/*.{png,jpg,gif,ico}" ], "dest": "../deploy/web-apps/apps/documenteditor/main/resources/img/" } diff --git a/build/presentationeditor.json b/build/presentationeditor.json index ed4289576..b929b26d8 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -119,7 +119,7 @@ "expand": true, "cwd": "../apps/presentationeditor/main/resources/img/", "src": [ - "**/*.{png,jpg,gif}" + "**/*.{png,jpg,gif,ico}" ], "dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img/" } diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index 650425953..9f3bef6c4 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -119,7 +119,7 @@ "expand": true, "cwd": "../apps/spreadsheeteditor/main/resources/img/", "src": [ - "**/*.{png,jpg,gif}" + "**/*.{png,jpg,gif,ico}" ], "dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img/" }