update build
This commit is contained in:
parent
29a3bb0a6f
commit
c864425c36
@ -4,6 +4,8 @@ foreach ($arch in @("86", "64")) {
|
|||||||
$folder = "Textractor$($arch)";
|
$folder = "Textractor$($arch)";
|
||||||
$targets = @(
|
$targets = @(
|
||||||
"Textractor.exe",
|
"Textractor.exe",
|
||||||
|
"TextractorCLI.exe",
|
||||||
|
"vc_redist.x$($arch).exe"
|
||||||
"vnrhook.dll",
|
"vnrhook.dll",
|
||||||
"Qt5Core.dll",
|
"Qt5Core.dll",
|
||||||
"Qt5Gui.dll",
|
"Qt5Gui.dll",
|
||||||
@ -25,6 +27,5 @@ foreach ($arch in @("86", "64")) {
|
|||||||
mkdir -Force -Verbose $folder;
|
mkdir -Force -Verbose $folder;
|
||||||
Remove-Item -Force -Recurse -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 $targets;
|
||||||
Copy-Item -Force -Recurse -Verbose -Destination $folder -Path "release/*";
|
|
||||||
Compress-Archive -Force -Verbose -DestinationPath $folder -Path $folder;
|
Compress-Archive -Force -Verbose -DestinationPath $folder -Path $folder;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CURRENT_VERSION "1.2.0"
|
#define CURRENT_VERSION "1.3.0"
|
||||||
|
|
||||||
inline auto ATTACH = u8"Attach to game";
|
inline auto ATTACH = u8"Attach to game";
|
||||||
inline auto LAUNCH = u8"Launch game";
|
inline auto LAUNCH = u8"Launch game";
|
||||||
|
BIN
x64libs/LoaderDll.dll
Normal file
BIN
x64libs/LoaderDll.dll
Normal file
Binary file not shown.
BIN
x64libs/LocaleEmulator.dll
Normal file
BIN
x64libs/LocaleEmulator.dll
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user