flegald / GZDeck

A GZDoom doom mod launcher specifically for Steam Deck
43 stars 4 forks source link

[Feature Request] Windows support #21

Open powerpuffboysz opened 12 months ago

powerpuffboysz commented 12 months ago

would you mind building a windows version for use with stuff like the rog ally, aya neo, gpd etc devices? or windows based htpcs?

schnow265 commented 6 months ago

This is a Node app. You have the code. All you need is change the build args for electron builder.

npm i && npx electron-forge package && npx electron-builder build —win portable will probably produce a portable Windows executable.