How to Create Custom Subdirectories with Conveyor #111
Unanswered
guiyanakuang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You're right that there isn't a config key to do this unfortunately. Adding one is straightforward enough, we'll try to get that added for the next release. May I ask why this is needed? Is it blocking functionality? For macOS and Linux there are cases where files need to be in very specific positions inside the package, but we aren't aware of such cases on Windows which is why we were never asked for this before I guess. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a custom subdirectory custom to map some special files. I found some methods for macOS and Linux as follows:
However, I can't achieve this on Windows. Using
app.inputs += "composeApp/custom/win_file" -> "custom/file"
results in app/custom/file instead of creating a directory parallel to the app directory.Beta Was this translation helpful? Give feedback.
All reactions