We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851111b commit 5a98dbbCopy full SHA for 5a98dbb
.changeset/dirty-birds-dress.md
@@ -0,0 +1,5 @@
1
+---
2
+"@bluecadet/launchpad-scaffold": patch
3
4
+
5
+Fixes scaffold issue when running on portable drives
packages/scaffold/scripts/windows/disable_update_service.ps1
@@ -1,8 +1,8 @@
try {
Get-Variable $PSScriptRoot -Scope Global -ErrorAction 'Stop'
- Import-Module -DisableNameChecking $PSScriptRoot/functions.psm1;
+ Import-Module -DisableNameChecking $PSScriptRoot/scripts/functions.psm1;
} catch [System.Management.Automation.ItemNotFoundException] {
- Import-Module -DisableNameChecking ../functions.psm1;
+ Import-Module -DisableNameChecking $PSScriptRoot/../functions.psm1;
6
}
7
8
Write-Output "Disabling Windows Update Medic Service"
0 commit comments