Consider GoNativeResources worthy of a 'rsrc' type

This commit is contained in:
Elliot Nunn 2017-09-26 00:05:43 +08:00
parent 47d2507b23
commit 634961dee4
1 changed files with 3 additions and 0 deletions

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