Move scripts properly
This commit is contained in:
parent
36336e332d
commit
2dfb9d58bf
66 changed files with 75 additions and 76 deletions
scripts/Windows/Software/reWASD
|
@ -1,7 +1,7 @@
|
|||
#!/bin/pwsh
|
||||
$null = New-Module {
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
. "$PSScriptRoot/../../Scripts/BrowserAutomation.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Scripts/BrowserAutomation.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Scripts/Context.ps1";
|
||||
|
||||
$path = "$env:PUBLIC/Documents/reWASD";
|
||||
$softwareName = "reWASD";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue