From afacb20af4fdc75fbdcef3b80d62c3f8e6df1c9f Mon Sep 17 00:00:00 2001 From: Terrannus <32988376+Terrannus@users.noreply.github.com> Date: Wed, 20 Oct 2021 16:13:44 +0200 Subject: [PATCH] Changes to make setup easier on VS + Windows - Added details to ReadMe on how to add environment variable to PATH for MSBuild.exe - Added a bit to the script to allow forcing execution. --- getFNA.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/getFNA.ps1 b/getFNA.ps1 index 162c762..38a3135 100644 --- a/getFNA.ps1 +++ b/getFNA.ps1 @@ -4,6 +4,10 @@ # Usage: ./getFNA.sh # Description: Quick and easy way to install a local copy of FNA and its native libraries. + +Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass + + # Checks if dotnet is installed function checkDotnet() {