Godot Version
4.3
Question
im making a multiplayer game using web RTC and when I export the game this application extension is also exported and I need to zip them. so when I try and upload the game to the store let’s say Itch people see the zip and don’t download because it’s less secure. Also, Itch has an auto-update feature and that doesn’t work if it’s a zip.
So I would like to find a way to either get rid of the application extension or combine it with the main app.
and yes the game doesn’t work without the extension
I think it’s because webRTC is not a built-in thing for Windows so you need it.
(I think the extension finds the export type it is (windows) and finds the right lib file is needed)

