mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 06:25:01 -04:00
Replace pwsh with powershell as it is available by default and pwsh needs to be separately installed
This commit is contained in:
@@ -80,7 +80,7 @@ unix {
|
||||
GIT_BRANCH = $$system(sh scripts/git-get-branch.sh)
|
||||
}
|
||||
else {
|
||||
GIT_BRANCH = $$system(pwsh scripts/git-get-branch.ps1)
|
||||
GIT_BRANCH = $$system(powershell -ExecutionPolicy Bypass -File scripts/git-get-branch.ps1)
|
||||
}
|
||||
|
||||
message("GIT_BRANCH: "$$GIT_BRANCH)
|
||||
|
||||
Reference in New Issue
Block a user