Make Windows app installations per-user once again (#4136)

* Make Windows app installations per-user once again

* Add ShellExecuteWait credit

* Properly remove old shortcuts

* With *an* admin prompt

* Explicitly set installMode to currentUser
This commit is contained in:
Josiah Glosson
2025-08-09 07:50:37 -07:00
committed by GitHub
parent ab79e84398
commit 8af65f58d9
3 changed files with 70 additions and 44 deletions

View File

@@ -4,7 +4,7 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
@@ -14,5 +14,5 @@ max_line_length = 100
max_line_length = off
trim_trailing_whitespace = false
[*.{rs,java,kts}]
indent_size = 4
[*.json]
indent_size = 2