Skip to content

Require admin privilege for windows build#3

Merged
guillaumeriousat merged 3 commits intomainfrom
require-admin-privilege-for-win-build
Feb 25, 2026
Merged

Require admin privilege for windows build#3
guillaumeriousat merged 3 commits intomainfrom
require-admin-privilege-for-win-build

Conversation

@guillaumeriousat
Copy link
Copy Markdown
Member

Require admin privilege for windows build instead of escalating.

powershell -Command "Start-Process '%~f0' -Verb runAs"
exit /b
echo Administrator privileges required. Exiting.
exit 1 /b
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le exit fait en sorte qu'on n'a pas le temps de voir le message dans le terminal, mais pour l'instant je pense que ça me va.

@guillaumeriousat guillaumeriousat merged commit 692eb73 into main Feb 25, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants