Skip to content

Commit

Permalink
Update choco.py
Browse files Browse the repository at this point in the history
  • Loading branch information
csm10495 authored Nov 3, 2022
1 parent 2b9df69 commit 8492bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cappinstaller/choco.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
'Python 3.8': 'python --version 3.8.0 --params "/InstallDir:C:/Python38"',
'Python 3.9': 'python --version 3.9.7 --params "/InstallDir:C:/Python39"',
'Python 3.10': 'python3 --version 3.10.7 --override --installarguments "/quiet Include_debug=1 Include_symbols=1 Include_dev=1 InstallAllUsers=1 Include_launcher=1 Include_test=1 InstallAllUsers=1 SimpleInstall=1 TargetDir=C:\Python310 PrependPath=0"',
'Python 3.11': 'python3 --version 3.11.0 --override --installarguments "/quiet Include_debug=1 Include_symbols=1 Include_dev=1 InstallAllUsers=1 Include_launcher=1 Include_test=1 InstallAllUsers=1 SimpleInstall=1 TargetDir=C:\Python311 PrependPath=0"',
'Resource Hacker': 'reshack',
'ScreenToGif': 'screentogif',
'Skype': 'skype --version 7.41.0.10101',
Expand Down

0 comments on commit 8492bff

Please sign in to comment.