Skip to content

Commit

Permalink
Correct module path
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncomputer authored Mar 20, 2022
1 parent c40edd2 commit f2c7158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/compile-gui.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ if ($checkbox5.checked -eq $true){
else{$paramstring = "-windowstyle hidden"}
}

$ctf1 = Get-Content -Path ([Environment]::GetFolderPath("ProgramFiles")+"\WindowsPowerShell\Modules\vds\vds.psm1") -Encoding UTF8 -ErrorAction SilentlyContinue
$ctf1 = Get-Content -Path ([Environment]::GetFolderPath("System")+"\WindowsPowerShell\v1.0\Modules\vds\vds.psm1") -Encoding UTF8 -ErrorAction SilentlyContinue
$ctf2 = Get-Content -Path $textbox1.text -Encoding UTF8 -ErrorAction SilentlyContinue
Remove-Item -path $textbox2.text -force
Add-Content $textbox2.text $ctf1
Expand Down

0 comments on commit f2c7158

Please sign in to comment.