Fixed installer not copying Nefarius.ViGEm.Client
This commit is contained in:
parent
bd6b28f9ad
commit
efdf9c23fd
@ -92,13 +92,11 @@ namespace MiController
|
||||
|
||||
private void Monitor_DeviceAttached(object sender, DeviceEventArgs e)
|
||||
{
|
||||
//_statusToolStripMenuItem.Text = $"New HID device connected: {e.Description} {e.Path}";
|
||||
_manager.AddAndStart(e.Path, e.InstanceId);
|
||||
}
|
||||
|
||||
private void Monitor_DeviceRemoved(object sender, DeviceEventArgs e)
|
||||
{
|
||||
//_statusToolStripMenuItem.Text = $"HID device disconnected: {e.Description} {e.Path}";
|
||||
_manager.StopAndRemove(e.Path);
|
||||
}
|
||||
|
||||
|
@ -35,6 +35,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
||||
|
||||
[Files]
|
||||
Source: ".\bin\Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: ".\bin\Release\Nefarius.ViGEm.Client.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user