Mark Morris

Results 47 comments of 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?

![screenshot from 2018-09-28 20-29-59](https://user-images.githubusercontent.com/7857906/46229373-52016c80-c35d-11e8-8025-b1835a956f87.png)

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.