1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Ability to stop auto update

This commit is contained in:
Jack Hsieh
2018-11-17 10:46:49 -08:00
committed by Junyoung Choi
parent 7d4d176bf4
commit d78f6b7aba
5 changed files with 23 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ const noop = () => {}
mock('electron', {
remote: {
app: {
getAppPath: noop
getAppPath: noop,
getPath: noop
}
}
})