Skip to content

Commit

Permalink
nsis: Add GameMaker .d3d file type association
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Dec 20, 2021
1 parent e5adefc commit 18a26fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mm3d-win32-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ SubSection /e "Associate file types"
WriteRegStr HKCR ".cob" "" "MaverickModel.Mm3dModelFile"
SectionEnd

Section /o "D3D (GameMaker)"
WriteRegStr HKCR ".d3d" "" "MaverickModel.Mm3dModelFile"
SectionEnd

Section /o "DXF (Autocad DXF)"
WriteRegStr HKCR ".dxf" "" "MaverickModel.Mm3dModelFile"
SectionEnd
Expand Down

0 comments on commit 18a26fc

Please sign in to comment.