Mark Morris
Mark Morris
Added to your IE9 CSS and works a lot better although its still not 100% ``` .row { &::after { display: block; clear: both; content: ""; } } ``` NOTE:...
I have installed ubuntu-restricted-extras libavcodec-extra All other video playback works fine. Am i missing something?

any news?
Okay after testing around installing ubuntu restricted extras completely breaks it, leaving all videos unplayable, after removing it i can play everything other than .flv files. Which just hang. This...
Yeah im having this issue with only Twitter. Everything else is fine. I dont even get the callback, ive looked in the examples and server side i see twitter needs...
``` async function createMSI() { await msiCreator.create(); await msiCreator.compile(); } createMSI().then(() => { // Success }, (e) => { // Fail }); ```
Created a hacky fix here. https://github.com/markmorris/electron-wix-msi/commit/94e22b7825c84f15c8bc9f653b0cb3d67820f005
What version number you trying to use? Copy your MSICreator code.
is creating a desktop shortcut not possible right now? Very interested in it.