update build

This commit is contained in:
Akash Mozumdar 2019-01-31 12:26:11 -05:00
parent 29a3bb0a6f
commit c864425c36
4 changed files with 3 additions and 2 deletions

View File

@ -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;
}

View File

@ -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";

BIN
x64libs/LoaderDll.dll Normal file

Binary file not shown.

BIN
x64libs/LocaleEmulator.dll Normal file

Binary file not shown.