Reclassify Synology Drive Client

This commit is contained in:
Greg Hellings
2023-05-02 01:16:29 -05:00
parent ca0af209a5
commit dfc781de5f
+10 -1
View File
@@ -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
]); ]);
} }