How to create .desktop files for programs running in FEXBash Wine?

For instance, I’m running browsinghistoryview 64 bit, by doing muvm -- FEXBash and then ~/Downloads/wine-10.4-amd64/bin/wine ~/Downloads/browsinghistoryview-x64/BrowsingHistoryView.exe (using wine downloaded from here). How would I make a .desktop shortcut for this?

[Desktop Entry]
Type=Application
Exec= ???
Icon=/usr/share/icons/hicolor/1024x1024/browsinghistoryviewx64.png
Terminal=false
Name=
StartupWMClass=

It looks like FEXBash will accept -c and then a command string. I’m not sure if ~ will resolve. You might need to use $HOME instead.

Exec=/usr/bin/muvm -- FEXBash -c "$HOME/Downloads/wine-10.4-amd64/bin/wine $HOME/Downloads/browsinghistoryview-x64/BrowsingHistoryView.exe"