Skip to content

Commit

Permalink
Last smaller changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nefaro committed Aug 29, 2023
1 parent 3f00a92 commit 9f37d0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Installer/InstallerGUI/InstallerGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<SuiteName>Gnoll</SuiteName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<DisallowUrlActivation>true</DisallowUrlActivation>
<ApplicationRevision>10</ApplicationRevision>
<ApplicationVersion>1.13.1.%2a</ApplicationVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.14.0.%2a</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>false</BootstrapperEnabled>
Expand Down
4 changes: 2 additions & 2 deletions gnomodkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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:]))
Expand Down
2 changes: 1 addition & 1 deletion patch/patchinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"version": 14,
"versionString":"1.13.1",
"versionString":"1.14",
"filename": "Gnoll1.1x_016e6239.xdelta"
}],
"latestVersion":"1.14"
Expand Down

0 comments on commit 9f37d0c

Please sign in to comment.