[Updater > v2] Cleanup previous partial rewriting
This commit is contained in:
parent
007b0f4925
commit
7c11adddc4
1 changed files with 0 additions and 3 deletions
|
@ -156,9 +156,6 @@ class Updater extends EventEmitter {
|
|||
}
|
||||
|
||||
_getHostPath() {
|
||||
const [major, minor, revision] = this.committedHostVersion;
|
||||
const hostVersionStr = `${major}.${minor}.${revision}`;
|
||||
|
||||
return join(this.rootPath, `app-${this.committedHostVersion.join('.')}`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue