Support custom dirs
Signed-off-by: luca0N! <63941044+luca0N@users.noreply.github.com>
This commit is contained in:
parent
97dafa0ac2
commit
cf25645556
4 changed files with 41 additions and 19 deletions
|
@ -18,7 +18,7 @@
|
|||
; Contact me by e-mail via <mailto:luca0n@protonmail.com>
|
||||
;
|
||||
; ┌──┐ │ ┌── ┌──┐ ─┬─ ┌──┐ │
|
||||
; ├──┤ │ ├─ ├──┘ │ ├──┤ │
|
||||
; ├──┤ │ ├─ ├\─┘ │ ├──┤ │
|
||||
; │ │ └── └── │ \ │ │ │ •
|
||||
;
|
||||
; ALERTA!
|
||||
|
@ -30,6 +30,6 @@
|
|||
|
||||
[Pastas]
|
||||
Pastas=3
|
||||
Pasta1=%appdata%
|
||||
Pasta2=%tmp%
|
||||
Pasta3=C:\Windows\Temp\
|
||||
Pasta1=%tmp%\*
|
||||
Pasta2=C:\Windows\Temp\*
|
||||
Pasta3=C:\Windows\Prefetch\*
|
Reference in a new issue