ositools icon indicating copy to clipboard operation
ositools copied to clipboard

Updates

Open Sophichi opened this issue 2 years ago • 1 comments

Is there any way to turn off auto-updates for the script extender?

Sophichi avatar Jan 24 '23 03:01 Sophichi

Yes, you can lock it to a specific version by editing the ScriptExtenderUpdaterConfig.json file in the bin folder (not present by default, you might have to create it).

Example:

{
    "UpdateChannel": "Devel",
    "TargetVersion": "58.0.0.0",
    "TargetResourceDigest": "2e0bed670d2e172e14af13b4a6265dd341ef2fbe276f6bee8f8392de95e9fc8f",
    "Debug": true
}

This is supported in v5+ of the updater.

The digests can be found at https://dbn4nit5dt5fw.cloudfront.net/Channels/Devel/Manifest2.json (replace Devel with Release for versions from the stable branch) and timestamps are in Windows FILETIME (https://learn.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime)

PinewoodPip avatar Feb 01 '23 07:02 PinewoodPip