I build an Electron app to read smartcards using this library but i'm having a weird problem.
When i build an app for release, the only time the app successfully reads the card is at startup, every time after that it fails.
When i start the app using npm start this problem isn't there.
Hi,
I build an Electron app to read smartcards using this library but i'm having a weird problem. When i build an app for release, the only time the app successfully reads the card is at startup, every time after that it fails. When i start the app using npm start this problem isn't there.
Does anyone have a clue how this can happen?