diff --git a/scripts/Create-Win32App.ps1 b/scripts/Create-Win32App.ps1 index ac2e28e0..47dac68b 100644 --- a/scripts/Create-Win32App.ps1 +++ b/scripts/Create-Win32App.ps1 @@ -49,7 +49,7 @@ process { $AppSourceFolder = [System.IO.Path]::Combine($AppSourceFolder, "Source") # Required packaging variables - $ScriptsFolder = [System.IO.Path]::Combine($PSScriptRoot, "Scripts") + $ScriptsFolder = [System.IO.Path]::Combine($AppSourceFolder, "Scripts") # Icon file - download the file, if the property is a URL if ($AppData.PackageInformation.IconFile -match "^http") {