Skip to content

Commit

Permalink
Fix SDK dll name in mod.config.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Jul 5, 2023
1 parent 9fbc616 commit dae2b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ PACKAGING_AUTHORS="MustaphaTR"

# Space delimited list of dll files compiled by the mod, which
# should be copied from the bin directory into your installers
PACKAGING_COPY_MOD_BINARIES="OpenRA.Mods.Example.dll"
PACKAGING_COPY_MOD_BINARIES="OpenRA.Mods.GenSDK.dll"

# If your mod depends on OpenRA.Mods.Cnc.dll from the engine set
# this to "True" to package the dll in your installers.
Expand Down

0 comments on commit dae2b67

Please sign in to comment.