Skip to content

Conversation

@ctoth
Copy link
Collaborator

@ctoth ctoth commented Dec 11, 2024

Updates how we handle data files to work with Nuitka's current format and adds deployment mode support. The old format was causing issues with file paths on some systems.

Key changes:

  • New data file formatter that handles single files, directories and patterns correctly
  • Added deployment mode flag
  • Added tests to validate file path handling

The formatter now properly handles:

"file.txt" -> "/abs/path/file.txt=file.txt"
"dir/" -> "/abs/path/dir=dir/"
"dir/*.txt" -> "/abs/path/dir/*.txt=dir/"

ctoth added 9 commits October 25, 2024 13:22
…the Nuitka installer builder. Let me know if you'd like me to start implementing any specific part of this plan, such as the new data file formatter, the package handler, or the updated compilation method.

I'm happy to dive into the implementation once we've reviewed the plan and you've provided any feedback or adjustments you'd like to make. Just let me know where you'd like me to start.
feat: Add optional deployment mode to InstallerBuilder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants