Skip to content

Bug/160 fix linux deployment#162

Merged
felix-schultz merged 7 commits intodevfrom
bug/160-fix-linux-deployment
Aug 9, 2025
Merged

Bug/160 fix linux deployment#162
felix-schultz merged 7 commits intodevfrom
bug/160-fix-linux-deployment

Conversation

@felix-schultz
Copy link
Copy Markdown
Member

This pull request introduces improvements to Linux deployment and release workflows, updates resource configuration for binary files, and enhances input field behavior in the UI components. The changes are grouped into workflow enhancements, resource configuration updates, and UI improvements.

Workflow enhancements:

  • Added a new GitHub Actions workflow .github/workflows/debug-libmtm.yml for debugging Linux deployment issues, specifically for the bug/160-fix-linux-deployment branch. This workflow sets up dependencies, installs required tools, and runs the Tauri build process with appropriate environment variables.
  • Updated .github/workflows/alpha-release.yml to conditionally set environment variables and run the Tauri release action based on the target platform, improving handling for Linux platforms.

Resource configuration updates:

  • Modified apps/desktop/src-tauri/configs/tauri.linux.x64.conf.json to ensure libmtmd.so is correctly included in the resources section, fixing its mapping for Linux builds.
  • Removed duplicate and unnecessary entries for libmtmd.so in the same configuration file to prevent resource conflicts.

UI improvements:

  • Updated input fields in flow-context-menu.tsx, string-variable.tsx, and the shared input.tsx component to disable browser auto-complete, spellcheck, autocorrect, and auto-capitalize features, ensuring a more consistent and controlled user experience for form inputs. [1] [2] [3]

@felix-schultz felix-schultz merged commit a50b8f3 into dev Aug 9, 2025
1 check passed
@felix-schultz felix-schultz deleted the bug/160-fix-linux-deployment branch August 9, 2025 22:02
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.

1 participant