You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user