Skip to content

Conversation

@mirkobrombin
Copy link
Member

@mirkobrombin mirkobrombin commented Jan 6, 2026

Follows-up bottlesdevs/next-core#1

I also added a few logs to actually test the server-client connection (it works).

// Logic (stub path for now, usually should be derived from config)
let path = std::path::PathBuf::from(format!("/home/mirko/.local/share/bottles/bottles/{}", name)); // TODO: use proper config
let kind = match req.r#type.as_str() {
"Gaming" => BottleType::Gaming,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead this, implement FromStr trait on BottlesType

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