Update SpotifyKeyDumperInjector to 1.1.2

This commit is contained in:
_ 2020-12-06 17:26:08 -07:00
parent 55b43f76f1
commit 01d5310d5e

View File

@ -5,7 +5,7 @@
// For new visual style for MessageBox // For new visual style for MessageBox
#pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"") #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
static const char* VERSION = "1.1.1"; static const char* VERSION = "1.1.2";
static const wchar_t* DLL_FILE_PATH = L"SpotifyKeyDumper.dll"; static const wchar_t* DLL_FILE_PATH = L"SpotifyKeyDumper.dll";
static const wchar_t* PROC_NAME = L"Spotify.exe"; static const wchar_t* PROC_NAME = L"Spotify.exe";