Automatically determine the entrypoint during windows install
This commit is contained in:
parent
b1aa93d420
commit
bfad7f1228
2 changed files with 4 additions and 1 deletions
scripts/Windows/Scripts
|
@ -11,6 +11,10 @@ class Context {
|
|||
[string]$RunOnceName = "PortValhalla";
|
||||
[string]$StagePropertyName = "Stage";
|
||||
|
||||
Context() {
|
||||
$this.EntryPoint = Get-Entrypoint;
|
||||
}
|
||||
|
||||
[string] ProjectRoot() {
|
||||
return Resolve-Path (Join-Path $PSScriptRoot ".." ".." "..");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue