Skip to content

Conversation

SirBeredan
Copy link

Because Create-Win32App.ps1 is located in the scripts folder, the $ScriptsFolder variable would always end up with a path of .\scripts\Scripts*.ps1. Change to $ScriptsFolder = $PSScriptRoot Instead to resolve issue.
In addition Updated all "ScriptFile" to use consistent full path otherwise the functions are unable to find the file.

Because Create-Win32App.ps1 is located in the scripts folder, the $ScriptsFolder variable would always end up with a path of .\scripts\Scripts\*.ps1.
Change to $ScriptsFolder = $PSScriptRoot Instead to resolve issue.
@SirBeredan SirBeredan changed the title Update Create-Win32App.ps1 Corrected "Create-Win32App.ps1" Folder path Value Aug 12, 2024
@aaronparker aaronparker self-assigned this Sep 4, 2024
@aaronparker aaronparker added the enhancement New feature or request label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants