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}" =~ /<2F>.rsrc/ Else If "{UntypedFile}" =~ /<2F>.rsrc/
Set NewT "rsrc" Set NewT "rsrc"
Set NewC "RSED" Set NewC "RSED"
Else If "{UntypedFile}" =~ /<2F>GoNativeResources/
Set NewT "rsrc"
Set NewC "RSED"
End End
Echo " SetFile -t <20>"{NewT}<7D>" -c <20>"{NewC}<7D>" <20>"{UntypedFile}<7D>"" Echo " SetFile -t <20>"{NewT}<7D>" -c <20>"{NewC}<7D>" <20>"{UntypedFile}<7D>""