Skip to content

Add Windows platform support#45

Open
peterven wants to merge 1 commit intoNorbert515:mainfrom
peterven:main
Open

Add Windows platform support#45
peterven wants to merge 1 commit intoNorbert515:mainfrom
peterven:main

Conversation

@peterven
Copy link
Contributor

@peterven peterven commented Jan 3, 2026

  • Fix main() to return Future instead of void for proper async handling
  • Add await when calling app.main() from bin/vide.dart
  • Fix Windows path encoding: remove colons from project paths (D: -> D) as colons are invalid in Windows directory names

Tested on Windows 11 with Windows Terminal.

🤖 Generated with Claude Code

- Fix main() to return Future<void> instead of void for proper async handling
- Add await when calling app.main() from bin/vide.dart
- Fix Windows path encoding: remove colons from project paths (D: -> D)
  as colons are invalid in Windows directory names

Tested on Windows 11 with Windows Terminal.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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

Comments