ceifa / steamworks.js

A steamworks implementation for nw.js/electron games
MIT License
398 stars 65 forks source link

Unable to run electron.exe with asar enabled #153

Open Amiga4ever opened 1 month ago

Amiga4ever commented 1 month ago

When i build app using 'npm run make' .exe doesnt work. Saying that steamwork module is missing but is is in src folder and works fine when i try using npm start. Only after compiling I cannot start. WHat I'm missing here? Is it because of asar?

asar_issue

Amiga4ever commented 1 month ago

Ok I need to copy each time manually steamworks.js module into folder. Otherwise isn't visible...