Launch main script using pwsh.exe when Get.ps1 is run in Powershell 7

This commit is contained in:
Raphire
2026-03-09 22:49:07 +01:00
parent 18823c4a80
commit 992c80bc1e
2 changed files with 9 additions and 3 deletions

View File

@@ -101,8 +101,6 @@ param (
Import-Module Microsoft.PowerShell.Security -SkipEditionCheck
# Define script-level variables & paths
$script:Version = "2026.03.07"
$script:AppsListFilePath = "$PSScriptRoot/Config/Apps.json"