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.
This commit is contained in:
Terrannus 2021-10-20 16:13:44 +02:00 committed by GitHub
parent 2ca3b25b55
commit afacb20af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
{