From 2328e5697a65d06cfb0fefa65588e3f0e82513f5 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Sun, 3 Oct 2021 13:52:52 -0300 Subject: [PATCH] Update bootstrap scripts --- Bootstrap.ps1 | 2 ++ Bootstrap.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Bootstrap.ps1 b/Bootstrap.ps1 index 2ff34da..9095981 100755 --- a/Bootstrap.ps1 +++ b/Bootstrap.ps1 @@ -1 +1,3 @@ #!/usr/bin/env pwsh + +$env:TRIBUFU_SDK_PATH="D:/Guilherme/Projects/DevKit/Publish" diff --git a/Bootstrap.sh b/Bootstrap.sh index 0617957..d8f6faf 100755 --- a/Bootstrap.sh +++ b/Bootstrap.sh @@ -1 +1,3 @@ #!/usr/bin/env sh + +TRIBUFU_SDK_PATH="/home/guilherme/Projects/DevKit/Publish"