Added launcher to runner

This commit is contained in:
Alekhya Reddy Kommuru
2020-03-16 07:45:01 -07:00
parent 113c39c11c
commit aebdc0c5d6
4 changed files with 16 additions and 3 deletions

View File

@@ -51,6 +51,9 @@ private:
// Load initial settings from the persisted values.
void init_settings();
// Handle to launch and terminate the launcher
HANDLE m_hProcess;
public:
// Constructor
Wox_Launcher() {