Skip to content

Commit fbea726

Browse files
committed
Nova versao definida
1 parent 7aff8db commit fbea726

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with:
3232
draft: false
3333
prerelease: false
34-
tag_name: 0.1.3
35-
release_name: 0.1.3
34+
tag_name: 0.1.4
35+
release_name: 0.1.4
3636
env:
3737
GITHUB_TOKEN: ${{ github.token }}
3838
- name: upload windows artifact

pythonmenugui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def executarscripts(values):
6868
print("Removendo registro")
6969
subprocess.call("reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing /f")
7070
if values[4]:
71+
createdirarcom()
7172
if not os.path.isfile(diretorioarcom + "\\instalador-sicoobnet-windows-amd64.exe"):
7273
print("Baixando Sicoobnet Empresarial")
7374
urlsicoobnet = "https://office-sicoob-instalador.s3-us-west-2.amazonaws.com/instalador-sicoobnet-windows-amd64.exe"

0 commit comments

Comments
 (0)