Minor changes
- Added hidden support for ignoring the warning and license disclaimer when the program starts; - Made changes based on issue #3.
This commit is contained in:
parent
0cd02d1752
commit
3537a786bd
3 changed files with 36 additions and 18 deletions
37
cfg/cfg.ini
Normal file
37
cfg/cfg.ini
Normal file
|
@ -0,0 +1,37 @@
|
|||
;
|
||||
; limpador do luca0N! 3
|
||||
; Copyright (C) 2020 luca0N!
|
||||
;
|
||||
; This program is free software: you can redistribute it and/or modify
|
||||
; it under the terms of the GNU General Public License as published by
|
||||
; the Free Software Foundation, either version 3 of the License, or
|
||||
; (at your option) any later version.
|
||||
;
|
||||
; This program is distributed in the hope that it will be useful,
|
||||
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
; GNU General Public License for more details.
|
||||
;
|
||||
; You should have received a copy of the GNU General Public License
|
||||
; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
;
|
||||
; Contact me by e-mail via <mailto:luca0n@protonmail.com>
|
||||
;
|
||||
; ┌──┐ │ ┌── ┌──┐ ─┬─ ┌──┐ │
|
||||
; ├──┤ │ ├─ ├\─┘ │ ├──┤ │
|
||||
; │ │ └── └── │ \ │ │ │ •
|
||||
;
|
||||
; ALERTA!
|
||||
;
|
||||
; O limpador do luca0N! vai limpar as pastas especificadas abaixo.
|
||||
; Tome cuidado! Certifique-se de que nenhuma pasta indesejada esteja listada abaixo.
|
||||
; Após execução, não será possível restaurar os arquivos removidos.
|
||||
;
|
||||
|
||||
|
||||
[Pastas]
|
||||
; Formato necessário: <Caminho>\
|
||||
Pastas=3
|
||||
Pasta1=%tmp%
|
||||
Pasta2=C:\Windows\Temp\
|
||||
Pasta3=C:\Windows\Prefetch\
|
Reference in a new issue