Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capital letters in socket.ini bundle_identifier breaks app on Windows #930

Open
WolfBearGames opened this issue Feb 15, 2024 · 0 comments
Open

Comments

@WolfBearGames
Copy link

What OS are you using (uname -a, or Windows version)?

Windows 11 23H2, i686/amd64

What version Socket Runtime are you using?

0.5.4

What did you expect to see and what you saw instead?

I expected the app to display my index.html, instead the browser windows shows the content of socket:initial/init (import module from...).

The problem occurs when the bundle_identifier in socket.ini contains capital letters:

bundle_identifier = "com.PuzzleNotes" -> breaks app
bundle_identifier = "com.puzzlenotes" -> works

  • socket.ini is automatically generated with the breaking name if the project directory contains capital letters
  • Linux behaves differently, there the capital letters don't break the app
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

No branches or pull requests

1 participant