veemex

Results 9 comments of veemex

@sofianguy , yes i will post shortly the link . Thanks !

@sofianguy , here you can see it https://github.com/veemex/electron-quick-start "git clone https://github.com/veemex/electron-quick-start setContentProtectionBug" :)

Is this going to be have any fixes? Also does someone recommend a way to use another capturer for the MacOS or another way of achieving this effect of not...

Seems to be fixed in electron 9.0.0. I think we can close ? Or is someone backporting this ?

> I was reading through the.electron 9 changelog. There seems to be no mention of this. Are you sure it is fixed? > […](#) > On Tue, 26 May, 2020,...

@paulius005 , hello ! Try it on electron 9. I have tried it and it worked for me somehow.

@Sabin-DC , ` if ( process.env.NODE_ENV === 'development' && process.platform === 'win32') { app.setAsDefaultProtocolClient(APP_PROTOCOL, process.execPath, [ '-r', path.resolve(__dirname,'..','..','node_modules','ts-node/register/transpile-only'), path.resolve(__dirname,'..','..'), ]); } else { app.setAsDefaultProtocolClient(APP_PROTOCOL); }` Depending on your folder path...

@Sabin-DC , yes. It throws that error because "path.resolve(__dirname,'..','..','node_modules','ts-node/register/transpile-only')" is not pointing correctly. Can you try to debug this by looking at your folder paths ? The thing I did...

@Sabin-DC , well the second browserWindow exists there only for you to get the path, you need this in order to handle it properly https://www.electronjs.org/docs/latest/tutorial/launch-app-from-url-in-another-app . You need to implement...