KiCad / kicad-winbuilder

Windows builder for the KiCad project based on the MSYS2 MinGW system [moved to https://gitlab.com/kicad]
51 stars 24 forks source link

Update nsis and add file associations #65

Closed marekr closed 6 years ago

marekr commented 6 years ago

this adds file association for .pro files. So they will autoopen kicad ;)

I tried eeschema and pcbnew files as well but it appears they can't handle being passed files like that yet. kicad.exe works fine with pro files.

One thing is we need to copy a icon to the install folder, so not sure how to do that.

marekr commented 6 years ago

@nickoe updated

nickoe commented 6 years ago

Thank you, it looks like it is working. I merged it in: 7339341 Add kicad file association for .pro,.kicad_pcb,.kicad_wks,.sch c8ff715 Use nsis 3.0.3 instead of the old 3.0 pre-release