mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
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:
parent
2ca3b25b55
commit
afacb20af4
@ -4,6 +4,10 @@
|
|||||||
# Usage: ./getFNA.sh
|
# Usage: ./getFNA.sh
|
||||||
# Description: Quick and easy way to install a local copy of FNA and its native libraries.
|
# 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
|
# Checks if dotnet is installed
|
||||||
function checkDotnet()
|
function checkDotnet()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user