You've already forked joplin
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:
@ -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
|
||||
|
Reference in New Issue
Block a user