Include executable in build.

sigonasr2 2 years ago
parent 32174f1a5c
commit a6dbc81b78
  1. 3
      .gitignore
  2. 2
      Crawler/Version.h
  3. 5385
      Crawler/pge.data
  4. 2
      Crawler/pge.js
  5. BIN
      Crawler/pge.wasm
  6. BIN
      x64/Release/Crawler.exe

3
.gitignore vendored

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

@ -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.

Binary file not shown.
Loading…
Cancel
Save