Skip to content

Commit

Permalink
Consider GoNativeResources worthy of a 'rsrc' type
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotnunn committed Dec 26, 2017
1 parent 47d2507 commit 634961d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Make/SuggestFileTypes
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ For RootFolder in `Files -f "{Tree}" | StreamEdit -e '
Else If "{UntypedFile}" =~ /�.rsrc/
Set NewT "rsrc"
Set NewC "RSED"
Else If "{UntypedFile}" =~ /�GoNativeResources/
Set NewT "rsrc"
Set NewC "RSED"
End

Echo " SetFile -t �"{NewT}�" -c �"{NewC}�" �"{UntypedFile}�""
Expand Down

0 comments on commit 634961d

Please sign in to comment.