Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Jan 31, 2019
1 parent 29a3bb0 commit c864425
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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;
}
2 changes: 1 addition & 1 deletion include/text.h
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
Binary file added x64libs/LoaderDll.dll
Binary file not shown.
Binary file added x64libs/LocaleEmulator.dll
Binary file not shown.

0 comments on commit c864425

Please sign in to comment.