mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
feat(client): switch to 512x512 icons for linux, add metainfo (#11759)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
BUILD_TYPE=$(ls /usr/lib | grep '^affine')
|
||||
install -Dm0644 /usr/lib/${BUILD_TYPE}/resources/affine.metainfo.xml /usr/share/metainfo/affine.metainfo.xml
|
||||
Reference in New Issue
Block a user