Package Trigo Run to windows application

I would Like to know how I would be able to package my game Trigo Run for windows, so I release it on steam & install it to my desktop, i am currently running 8 core i5’s an RTX 3050 And Windows 11
so pls tell me how i could do this.

Easiest way would probably be to use Electron https://www.electronjs.org/ which basically packages a web browser with your site (in this case, you game).

The trickier part will be to integrate the Steam SDK with Electron and you will have to check other resources on how to do that eg How to put HTML5 game to Steam

it wont let me install + idk how to use it

You will have to ask on the Electron support Discord and Stack Overflow as listed here: Community | Electron

You don’t have to use Electron and use other HTML5 application/game wrappers that are available but it seems like Electron and Greenworks.js are the most common combination for Steam HTML5 games Ultimate list of all tools we used to create a hit HTML5 game on Steam - Codecks