MatseVH

Results 3 issues of MatseVH

The current electron-builder version is 24.13.3 but there was a problem in this version they advised to upgrade to v25.0.5 but when running git with this version I get the...

My current code is: ```ts ipcMain.on('print', (event, url, id) => { console.log('Print to pdf started') console.log(id) var filepath = path.join(app.getPath('desktop'), 'factuur-' + id + '.pdf') var options = { //...