mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 13:30:02 +00:00
fix: do not use installer to update portable version Eugeny/tabby#7768
This commit is contained in:
parent
2be079a51b
commit
1e096ede77
@ -25,7 +25,7 @@ export class ElectronUpdaterService extends UpdaterService {
|
|||||||
super()
|
super()
|
||||||
this.logger = log.create('updater')
|
this.logger = log.create('updater')
|
||||||
|
|
||||||
if (process.platform === 'linux') {
|
if (process.platform === 'linux' || process.env.PORTABLE_EXECUTABLE_FILE) {
|
||||||
this.electronUpdaterAvailable = false
|
this.electronUpdaterAvailable = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user