Skip to content

Commit

Permalink
Fixed file icon associated with TMX files on Windows
Browse files Browse the repository at this point in the history
Thanks to @NanoWar for noticing this issue and finding out how to fix
it.

Closes #868
  • Loading branch information
bjorn committed Jan 20, 2015
1 parent a739f89 commit 5794500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/win/tiled.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ CreateShortCut "$SMPROGRAMS\${P}\${P}.lnk" "$INSTDIR\${P_NORM}.exe"
CreateShortCut "$SMPROGRAMS\${P}\uninstall.lnk" "$INSTDIR\uninstall.exe"

; File associations
${RegisterExtension} "$INSTDIR\${P_NORM}" ".tmx" "Tiled.tmx"
${RegisterExtension} "$INSTDIR\${P_NORM}.exe" ".tmx" "Tiled.tmx"

; Add version number to Registry
WriteRegStr HKLM "Software\${PRODUCT_REG_KEY}" "Version" "${V}"
Expand Down

0 comments on commit 5794500

Please sign in to comment.