+1 vote
by (160 points)
This may be totally mundane,
but can i change the icon for my story? also, the twinery 2.0 app icon shows as a boring box on windows 10, i thought it should be the twine logo...

1 Answer

0 votes
by (63.1k points)

You can use code like this. I known for a fact it works in sugarcube. It should work in harlowe, too. As a note, you should always state the story format and version of it when asking a question. 

$(document.head).append("<link rel='icon' href='url/to/image.png'>");

Place it in your story 's JavaScript. Note that this code was written from memory and may contain a dumb mistake. 

I'm pretty sure the 'boring box' icon in the downloadable app is the NW.js icon; NW.js is the browser shell the app runs in. 

...