mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-26 18:29:56 +00:00
Consider GoNativeResources worthy of a 'rsrc' type
This commit is contained in:
parent
47d2507b23
commit
634961dee4
@ -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}¶""
|
||||
|
Loading…
Reference in New Issue
Block a user