mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-27 10:29:32 +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/
|
Else If "{UntypedFile}" =~ /Å.rsrc/
|
||||||
Set NewT "rsrc"
|
Set NewT "rsrc"
|
||||||
Set NewC "RSED"
|
Set NewC "RSED"
|
||||||
|
Else If "{UntypedFile}" =~ /ÅGoNativeResources/
|
||||||
|
Set NewT "rsrc"
|
||||||
|
Set NewC "RSED"
|
||||||
End
|
End
|
||||||
|
|
||||||
Echo " SetFile -t ¶"{NewT}¶" -c ¶"{NewC}¶" ¶"{UntypedFile}¶""
|
Echo " SetFile -t ¶"{NewT}¶" -c ¶"{NewC}¶" ¶"{UntypedFile}¶""
|
||||||
|
Loading…
Reference in New Issue
Block a user