Skip to content

Commit fb2d306

Browse files
fix(app): update tauri config deb files metainfo file path
1 parent 77e8600 commit fb2d306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"linux": {
3939
"deb": {
4040
"files": {
41-
"/usr/share/metainfo/org.your.id.metainfo.xml": "../distribute/linux/flatpak/metainfo.xml"
41+
"/usr/share/metainfo/io.github.keshav-writes-code.cherit.metainfo.xml": "../distribute/linux/flatpak/metainfo.xml"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)