[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> <html>
<head> <head>
<style> <style>
body {
font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
color: #444;
}
.centered { .centered {
text-align: center; text-align: center;
display: flex; display: flex;

View file

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