hollowaykeanho / Upscaler

A consolidation of various compiled open-source AI image/video upscaling product for a working CLI friendly image and video upscaling program.
BSD 3-Clause "New" or "Revised" License
252 stars 20 forks source link

start.cmd: fixed execution policy restriction due to accidental removal. #25

Closed hollowaykeanho closed 1 year ago

hollowaykeanho commented 1 year ago

For some reason, commit d64c62f5de7f5f55c87432de601d688f11d144fe accidentally removed the bypass execution policy causing an immediate denial of use in new Windows system. Hence, we need to restore it back.

This patch restores and fixes execution policy restriction due to accidental removal in the previous patch.

Reported-by: Shuralyov, Jean jean.shuralyov@proton.me