Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected "Create-Win32App.ps1" Folder path Value #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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