mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[start] fix bug 77983
This commit is contained in:
@ -67,7 +67,7 @@
|
||||
const strVersion = args.opts.commercial === true ? utils.Lang.strVersionCommercial : utils.Lang.strVersionCommunity;
|
||||
|
||||
let _ext_ver = '';
|
||||
if ( !!_opts.arch ) _ext_ver += `${_opts.arch == 'x64' ? 'x64' : 'x86'}`;
|
||||
if ( !!_opts.arch ) _ext_ver += _opts.arch;
|
||||
if ( !!_opts.pkg ) _ext_ver += ` ${_opts.pkg}`;
|
||||
if ( !!_ext_ver ) _opts.version += ` (${_ext_ver.trim()})`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user