mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
6 lines
170 B
Bash
6 lines
170 B
Bash
#!/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
|