Skip to content

Native extension DLLs not copied to bundle output #11104

@aglitchman

Description

@aglitchman

Describe the bug (REQUIRED)
I added my dll files to the extensionname/lib/platform_name folder of a native extension, but when creating a bundle from the IDE or via Bob, these files are not copied to the output directory.

To Reproduce (REQUIRED)
demo.zip

Steps to reproduce the behavior:

  1. Download the test project
  2. Open the project
  3. Do Project / Bundle / Windows Application... or run java -jar bob.jar --archive resolve clean build bundle --bundle-output OUTPUT --platform x86_64-win32

The result is:
Image

Btw, the build/platformname/ folder contains files as it should, so the app runs well from IDE:

Image

Expected behavior (REQUIRED)
The bundle should have all dlls from the extensionname/lib/platformname/ directory.

Defold version (REQUIRED):

  • Version: 1.10.4

Platforms (REQUIRED):

  • Platforms: Windows

Metadata

Metadata

Assignees

Labels

bobIssues related to the bob command line build toolbugSomething is not working as expected

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions