fix cargo appimage not building appimage

This commit is contained in:
2022-10-08 17:02:05 +02:00
parent 1b861863d1
commit 3a09e6f507

View File

@@ -20,3 +20,8 @@ auto_link_exclude_list = [
"libdl.so*",
"libpthread.so*",
]
[[bin]]
name = "focus-annotator"
path = "src/main.rs"