diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 49ce4270..4b559a4d 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -39,7 +39,7 @@ All rights reserved. #define VERSION_MAJOR 1 #define VERSION_MINOR 3 #define VERSION_PATCH 0 -#define VERSION_BUILD 11562 +#define VERSION_BUILD 11563 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/Adventures in Lestoria/assets/Campaigns/World_Map.tmx b/Adventures in Lestoria/assets/Campaigns/World_Map.tmx index ae8665cf..9b63397c 100644 --- a/Adventures in Lestoria/assets/Campaigns/World_Map.tmx +++ b/Adventures in Lestoria/assets/Campaigns/World_Map.tmx @@ -687,7 +687,6 @@ - diff --git a/distribute.ps1 b/distribute.ps1 index bd65506c..57e7124d 100644 --- a/distribute.ps1 +++ b/distribute.ps1 @@ -2,7 +2,7 @@ git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp" rm -R bin mkdir bin mkdir bin/assets -$ErrorActionPreference = "Stop" + cp -R "Adventures in Lestoria/assets/Campaigns" bin/assets cp -R "Adventures in Lestoria/assets/config" bin/assets cp -R "Adventures in Lestoria/assets/maps" bin/assets diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 937d01c0..aff11b9d 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ