fix resource load

This commit is contained in:
Xuan Sang LE
2018-01-31 19:20:42 +01:00
parent 69849db99a
commit f5ff434152
6 changed files with 34 additions and 29 deletions

View File

@ -4,7 +4,7 @@ jsfiles =
cssfiles = main.css
copyfiles = scheme.html package.json
copyfiles = scheme.html package.json icon.png
PKG_NAME=DummyApp

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,7 @@
.dummyapp-icon {
background-image: url("icon.png");
background-color: blueviolet;
display: block;
width: 32px;
height: 32px;
}