Skip to content

Commit

Permalink
fix update ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Mar 5, 2020
1 parent 1d7d5a8 commit 14bdddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
methods: {
install() {
ipcRenderer.on('quit-and-install');
ipcRenderer.send('quit-and-install');
}
},
mounted() {
Expand Down

0 comments on commit 14bdddd

Please sign in to comment.