mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-02-05 23:30:14 +00:00
Consider GoNativeResources worthy of a 'rsrc' type
This commit is contained in:
parent
3d67e9358c
commit
3e6f715fc8
@ -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…
x
Reference in New Issue
Block a user