Import files inside the reWASD module

This commit is contained in:
Manuel Thalmann 2023-07-18 15:19:42 +02:00
parent 172f33bd5b
commit 1d15b0802b

View file

@ -1,8 +1,8 @@
#!/bin/pwsh
$null = New-Module {
. "$PSScriptRoot/../../Scripts/Context.ps1";
. "$PSScriptRoot/../../Scripts/BrowserAutomation.ps1";
$null = New-Module {
$path = "$env:PUBLIC/Documents/reWASD";
$softwareName = "reWASD";