cad-editor/packaging
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Hakan Seven 0637dde93c fix(wix): split ProgID per extension to avoid duplicate Verb registry key
A single ProgID with two `<Extension>` children, each carrying its own
`<Verb Id='open'>`, makes WiX emit two rows with the same Registry
primary key and light fails with LGHT0130. Split into one ProgID per
extension (`OpenCADStudio.DWG`, `OpenCADStudio.DXF`); both still invoke
the same exe with the file as `argv[1]`.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-30 00:20:30 +03:00
..
windows fix(wix): split ProgID per extension to avoid duplicate Verb registry key 2026-05-30 00:20:30 +03:00
Info.plist chore: rename H7CAD to Open CAD Studio 2026-05-23 17:16:15 +03:00
OpenCADStudio.desktop feat(packaging): open files from argv, ship Windows MSI installer (#36) 2026-05-29 23:34:14 +03:00