sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

set icon not work #275

Open jilieryuyi opened 3 years ago

jilieryuyi commented 3 years ago
<html lang="en" window-icon="docer.png">
<html lang="en" window-icon="docer.ico">

function self.ready() {
        view.windowIcon = $url(docer.png);
     }

palform:windows 10 go version go1.13.5 windows/amd64

go mod: github.com/sciter-sdk/go-sciter v0.5.1-0.20200602150116-89a4dd09b0f8

1111111

pravic commented 3 years ago

Did you use an absolute path for the main html? See #223