1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2021-10-12 21:24:41 +03:00
parent 40575a15af
commit 888238f0c2
9 changed files with 114 additions and 16 deletions

View file

@ -772,7 +772,7 @@ app.on('open-url', (e, url) => {
if (process.platform == 'win32') {
url = process.argv.slice(1);
};
send('route', url.replace(`${protocol}://`, ''));
send('route', url.replace(`${protocol}://`, '/'));
});
function send () {