Consider GoNativeResources worthy of a 'rsrc' type

This commit is contained in:
Elliot Nunn 2017-09-26 00:05:43 +08:00
parent 3d67e9358c
commit 3e6f715fc8

View File

@ -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}¶""