diff --git a/Installer/InstallerGUI/InstallerGUI.csproj b/Installer/InstallerGUI/InstallerGUI.csproj
index bf116ed..f5acf34 100644
--- a/Installer/InstallerGUI/InstallerGUI.csproj
+++ b/Installer/InstallerGUI/InstallerGUI.csproj
@@ -30,8 +30,8 @@
Gnoll
false
true
- 10
- 1.13.1.%2a
+ 0
+ 1.14.0.%2a
true
true
false
diff --git a/gnomodkit.py b/gnomodkit.py
index 82a2009..06085bb 100644
--- a/gnomodkit.py
+++ b/gnomodkit.py
@@ -33,7 +33,7 @@
# Gnomoria v1.0 Steam
GNOMORIA_HASH_STEAM = 'c9f6d4b91b40f08953b0cb48e5dc81f4'
-GNOMORIA_DIST_FILE = 'Gnomoria.orig.exe';
+GNOMORIA_DIST_FILE = 'Gnomoria.exe';
# for SDK
DEOBFUSCATED_FILENAME = os.path.join(BUILD_DIR, 'GnomoriaGame.exe')
DISASSEMBLED_FILENAME = os.path.join(BUILD_DIR, 'GnomoriaGame.il')
@@ -738,7 +738,7 @@ class TaskRunner(Task):
tr.add_dependency(TaskMakeSDK())
elif target == 'modloader':
tr.add_dependency(TaskMakeModLoader(GNOMORIA_DIST_FILE))
- elif target.startswith('mod:all'):
+ elif target.startswith('mod:all') or target.startswith('mod:*'):
tr.add_dependency(TaskMakeAllMods())
elif target.startswith('mod:'):
tr.add_dependency(TaskMakeMod(target[4:]))
diff --git a/patch/patchinfo.json b/patch/patchinfo.json
index 000b285..bdefabb 100644
--- a/patch/patchinfo.json
+++ b/patch/patchinfo.json
@@ -31,7 +31,7 @@
},
{
"version": 14,
- "versionString":"1.13.1",
+ "versionString":"1.14",
"filename": "Gnoll1.1x_016e6239.xdelta"
}],
"latestVersion":"1.14"