1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

Fixed auto-update download url

This commit is contained in:
Laurent Cozic
2018-05-14 12:18:00 +01:00
parent 4e032c0c55
commit b45185780f
2 changed files with 6 additions and 4 deletions

View File

@ -51,7 +51,7 @@ shim.isElectron = () => {
}
shim.isPortable = function() {
return typeof process !== 'undefined' && typeof process.env === 'object' && !!process.env.PORTABLE_EXECUTABLE_DIR;
return typeof process !== 'undefined' && typeof process.env === 'object' && !!process.env.PORTABLE_EXECUTABLE_DIR;
}
// Node requests can go wrong is so many different ways and with so