From 2c8199a4a8b16b72179ef63e49120485e5d8b015 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Wed, 24 May 2017 01:37:54 +0200 Subject: [PATCH] Try to bypass the security warning --- make.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.cmd b/make.cmd index c3bc54d..92b05b7 100644 --- a/make.cmd +++ b/make.cmd @@ -1 +1 @@ -@powershell -NoProfile -ExecutionPolicy Unrestricted -File make.ps1 %* +@powershell -NoProfile -ExecutionPolicy Bypass -File make.ps1 %*