Skip to content

Commit 0ccdb52

Browse files
authored
Correcao de path
1 parent fef4eab commit 0ccdb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ def installprograma(self, diretorioarcom, programa):
5858
SET DIR=%~dp0%
5959
6060
::download install.ps1
61-
%systemroot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "((new-object net.webclient).DownloadFile('https://community.chocolatey.org/install.ps1','%DIR%install.ps1'))"
61+
%systemroot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "((new-object net.webclient).DownloadFile('https://community.chocolatey.org/install.ps1','%DIR%install.ps1'))"
6262
::run installer
63-
%systemroot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "& '%DIR%install.ps1' %*"
63+
%systemroot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "& '%DIR%install.ps1' %*"
6464
'''
6565
cmd_script_name = 'install_chocolatey.bat'
6666
cmd_script_path = diretorioarcom + '\\' + cmd_script_name

0 commit comments

Comments
 (0)