Skip to content

Commit ea40aad

Browse files
committed
Versao 0.1.14
1 parent 9d322c1 commit ea40aad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# install_coops_gui
22

3-
Script python para windows para instalação automatizada. v 0.1.13
3+
Script python para windows para instalação automatizada. v 0.1.14
44

55
[Download da última versão](https://github.com/dalraf/pythonmenugui/releases)

install_coops_python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
import shutil
77

8-
diretorioarcomdefault = "c:\\arcom"
8+
diretorioarcomdefault = "c:\\Arcom"
99

1010
#Cria Diretorio Arcom
1111
def createdirarcom(diretorioarcom):
@@ -97,7 +97,7 @@ def Menu():
9797
[sg.Text('Diretório Arcom:'),sg.Input(diretorioarcomdefault,key='diretorioarcom', background_color = 'light gray', border_width = 1, justification='left', size=(12, 1))],
9898
[sg.Checkbox('Instalar Chocolatey', key='chocoinstall', size=(24, 1))],
9999
[sg.Checkbox('Instalar programas padrão', key='programsinstall', size=(24, 1))],
100-
[sg.Checkbox('Instalar sisbr 2.0', key='sisbrinstall', size=(24, 1))],
100+
[sg.Checkbox('Instalar Sisbr 2.0', key='sisbrinstall', size=(24, 1))],
101101
[sg.Checkbox('Remover registro do Citrix', key='citrixcleanup', size=(24, 1))],
102102
[sg.Checkbox('Instalar SicoobNet empresarial', key='sicoobnetinstall', size=(24, 1))],
103103
[sg.Checkbox('Limpeza do diretório Arcom', key='limpezageral', size=(24, 1))],

0 commit comments

Comments
 (0)