mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
Pretty print the new architectures
This commit is contained in:
parent
9df8d0848a
commit
212d7257e9
@ -1513,6 +1513,9 @@ angular.module('syncthing.core')
|
||||
'386': '32 bit',
|
||||
'amd64': '64 bit',
|
||||
'arm': 'ARM',
|
||||
'arm64': 'AArch64',
|
||||
'ppc64': 'PowerPC',
|
||||
'ppc64le': 'PowerPC (LE)',
|
||||
}[$scope.version.arch] || $scope.version.arch;
|
||||
|
||||
return $scope.version.version + ', ' + os + ' (' + arch + ')';
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user