mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-31 23:29:19 +02:00
fix bug #2770 - mingwm10.dll missing from 1.4.2 and 1.5.0 installer
This commit is contained in:
parent
ef3baf5e52
commit
2e15caa2bb
3 changed files with 18 additions and 6 deletions
2
hm.py
2
hm.py
|
@ -52,7 +52,7 @@ cmd_opt_dict = {
|
|||
'update' : ['', []],
|
||||
'install' : ['', []],
|
||||
'doxygen' : ['', []],
|
||||
'dist' : ['', ['vcredist-dir=',]],
|
||||
'dist' : ['', ['vcredist-dir=', 'qt-dir=']],
|
||||
'distftp' : ['', ['host=', 'user=', 'pass=', 'dir=']],
|
||||
'kill' : ['', []],
|
||||
'usage' : ['', []],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue