How to add new apps in appVM?

I have executable appimage in AppVM home directory that launches an app(feather wallet) when i double click on it. How do i add it to the qubes os app list to open it quickly? It doesnt show up in setting->applications

If appimage file has desktop file inside then try this:

If not then try this:

How can i know if it has it inside or not?

From the first link:

  • Extract the AppImage, run inkscape.AppImage --appimage-extract; a directory will be created called squashfs-root in the current working directory.
  • Enter the directory squashfs-root and copy the desktop launcher org.inkscape.Inkscape.desktop to ~/.local/share/applications

If you don’t find the desktop file there then try the second link.