How to force texture lod bias to 0 on package?

Hey everyone,

A finished game that I am currently porting from mobile to pc has a bunch of hand set texture lod bias values, and I want to raise the texture quality for a PC package, but i dont want to manually set all the textures to 0 and then back to their custom settings every time I want to package.

Is there a way to automate this process as some sort of package parameter so the texture lod bias for all textures are at 0 only for PC builds?

Thanks in advance,