Reclassify Synology Drive Client
This commit is contained in:
+10
-1
@@ -21,6 +21,8 @@ in
|
|||||||
vlc
|
vlc
|
||||||
x265
|
x265
|
||||||
] ++
|
] ++
|
||||||
|
|
||||||
|
# Items that cannot be outside of x86_64-linux at all
|
||||||
( excludes ["x86_64-darwin" "aarch64-darwin" "aarch64-linux"]
|
( excludes ["x86_64-darwin" "aarch64-darwin" "aarch64-linux"]
|
||||||
[
|
[
|
||||||
endeavour
|
endeavour
|
||||||
@@ -29,11 +31,18 @@ in
|
|||||||
logseq
|
logseq
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
]) ++
|
]) ++
|
||||||
|
|
||||||
|
# Items that just cannot be outside of x86_64 at all
|
||||||
|
( excludes ["aarch64-darwin" "aarch64-linux"]
|
||||||
|
[
|
||||||
|
synology-drive-client
|
||||||
|
]) ++
|
||||||
|
|
||||||
|
# Items that are not supported on ARM/Linux
|
||||||
( excludes ["aarch64-linux"]
|
( excludes ["aarch64-linux"]
|
||||||
[
|
[
|
||||||
bitwarden
|
bitwarden
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
synology-drive-client
|
|
||||||
zoom-us
|
zoom-us
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user