mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
sharing
This commit is contained in:
parent
40575a15af
commit
888238f0c2
9 changed files with 114 additions and 16 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue