[deploy] fix copy some assets to package

This commit is contained in:
Maxim Kadushkin 2022-07-22 21:24:57 +03:00
parent ecd29e789a
commit bc60fbac77
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
<html>
<head>
<style>
body {
font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
color: #444;
}
.centered {
text-align: center;
display: flex;

View file

@ -98,7 +98,7 @@
"expand": true,
"cwd": "../apps/common/main/resources/help/",
"src": [
"**/*.{png,jpg,gif}",
"**/*.{png,jpg,gif,html}",
"!*_/**",
"!**/src/**"
],