From 3b020b945de0e06f2096e5ad3737450c5dc7626a Mon Sep 17 00:00:00 2001 From: Tadayuki Onishi Date: Mon, 14 Jul 2025 12:11:11 +0900 Subject: [PATCH] fix Scripts folder ref --- scripts/Create-Win32App.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {