mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Add libgcc_s_dw2-1.dll to the Windows installation package
This seems to be needed for wpa_gui.exe with the new Qt version.
This commit is contained in:
parent
f4e5fd948a
commit
687179edb5
@ -37,6 +37,7 @@ section
|
||||
File wpasvc.exe
|
||||
|
||||
File /opt/Qt-Win/files/mingwm10.dll
|
||||
File /opt/Qt-Win/files/libgcc_s_dw2-1.dll
|
||||
File /opt/Qt-Win/files/QtCore4.dll
|
||||
File /opt/Qt-Win/files/QtGui4.dll
|
||||
|
||||
@ -96,6 +97,7 @@ section "uninstall"
|
||||
delete "$INSTDIR\wpasvc.exe"
|
||||
|
||||
delete "$INSTDIR\mingwm10.dll"
|
||||
delete "$INSTDIR\libgcc_s_dw2-1.dll"
|
||||
delete "$INSTDIR\QtCore4.dll"
|
||||
delete "$INSTDIR\QtGui4.dll"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user