mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 20:38:41 -09:00
remove ts fix
This commit is contained in:
parent
80656dd5d7
commit
beccaa95e0
2 changed files with 2 additions and 2 deletions
|
|
@ -238,6 +238,6 @@ app.on('open-file', (_event, path) => {
|
|||
|
||||
app.on('open-url', (_event, sshUrl) => {
|
||||
GetWindow((win: BrowserWindow) => {
|
||||
win.rpc.emit('open ssh', parseUrl(sshUrl) as any);
|
||||
win.rpc.emit('open ssh', parseUrl(sshUrl));
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
"cpy-cli": "^5.0.0",
|
||||
"cross-env": "7.0.3",
|
||||
"electron": "28.3.3",
|
||||
"electron-builder": "26.0.0-alpha.6",
|
||||
"electron-builder": "29.30.0",
|
||||
"electron-link": "^0.6.0",
|
||||
"electron-mksnapshot": "^28.3.0",
|
||||
"electronmon": "^2.0.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue