Include executable in build.

This commit is contained in:
sigonasr2 2023-07-08 17:01:56 -05:00
parent 2766425d44
commit 397dd13a28
6 changed files with 1737 additions and 3647 deletions

3
.gitignore vendored
View File

@ -21,7 +21,8 @@ mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
*.tlog/
Crawler/x64/
[Rr]eleases/
x86/
[Ww][Ii][Nn]32/

View File

@ -2,7 +2,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 0
#define VERSION_BUILD 547
#define VERSION_BUILD 548
#define stringify(a) stringify_(a)
#define stringify_(a) #a

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
x64/Release/Crawler.exe Normal file

Binary file not shown.