Skip to content

Commit 19e609d

Browse files
committed
Because python needs loot.dll and exe needs loot_api.dll
1 parent 89bf581 commit 19e609d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/package_for_release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,9 @@ def main():
957957
return
958958

959959
# Add the LOOT API binaries to all_files
960-
all_files.append(os.path.join(u'Mopy', u'loot_api.dll'))
961960
all_files.append(os.path.join(u'Mopy', u'loot_api.pyd'))
961+
all_files.append(os.path.join(u'Mopy', u'loot.dll'))
962+
all_files.append(os.path.join(u'Mopy', u'loot_api.dll'))
962963

963964
file_version = GetVersionInfo(args.version)
964965

0 commit comments

Comments
 (0)