mdgriffith / elm-dev

BSD 3-Clause "New" or "Revised" License
19 stars 4 forks source link

Issue with distributed windows exe #22

Open Mehgugs opened 1 month ago

Mehgugs commented 1 month ago

Hi! I downloaded elm-dev (by way of elm-prefab) and the package only downloads a single exe which does not work. I debugged this a little and found that there's some dynamic libraries missing on my system that the binary needs. I've included the output of Dependencies below. It's also worth noting that the official elm binary does not use these libraries.

image

supermario commented 1 month ago

Hey @Mehgugs – please try grab the DLL's from the Lamdera windows package, I think they should be the ones you're missing: https://dashboard.lamdera.app/docs/download

Mehgugs commented 1 month ago

Thank you @supermario! Would it be possible to have the npm dist for win32_x64 bring these along with the exe?

supermario commented 1 month ago

Yep it's possible, just needs to be done. @mdgriffith feel free to steal the Lamdera npm packaging script if you get to this before I do.