diff --git a/deploy.ps1 b/deploy.ps1 index e52fff3..c7fff85 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -4,6 +4,8 @@ foreach ($arch in @("86", "64")) { $folder = "Textractor$($arch)"; $targets = @( "Textractor.exe", + "TextractorCLI.exe", + "vc_redist.x$($arch).exe" "vnrhook.dll", "Qt5Core.dll", "Qt5Gui.dll", @@ -25,6 +27,5 @@ foreach ($arch in @("86", "64")) { mkdir -Force -Verbose $folder; Remove-Item -Force -Recurse -Verbose "$($folder)/*"; Copy-Item -Force -Recurse -Verbose -Destination $folder -Path $targets; - Copy-Item -Force -Recurse -Verbose -Destination $folder -Path "release/*"; Compress-Archive -Force -Verbose -DestinationPath $folder -Path $folder; } diff --git a/include/text.h b/include/text.h index ae8612e..123c775 100644 --- a/include/text.h +++ b/include/text.h @@ -1,6 +1,6 @@ #pragma once -#define CURRENT_VERSION "1.2.0" +#define CURRENT_VERSION "1.3.0" inline auto ATTACH = u8"Attach to game"; inline auto LAUNCH = u8"Launch game"; diff --git a/x64libs/LoaderDll.dll b/x64libs/LoaderDll.dll new file mode 100644 index 0000000..f39bbee Binary files /dev/null and b/x64libs/LoaderDll.dll differ diff --git a/x64libs/LocaleEmulator.dll b/x64libs/LocaleEmulator.dll new file mode 100644 index 0000000..f13ef26 Binary files /dev/null and b/x64libs/LocaleEmulator.dll differ