Error: Error executing 'netease-cloud-music': No such file or directory

I’m currently building a propriety deb file (it’s not opensource) . I get the appimage built. However it won’t start with a Error: Error executing ‘netease-cloud-music’: No such file or directory. I’m pretty sure the file exists and AppRun is executable . and I set binpatch to true . And it comes with a desktop file. I don’t know how to solve it . Do I need to manually write a desktop for it?
And here’s the recipe I’m currently using for pkg2appimage .
=========begin==================================

Netease cloud music appimage for Linux

Author linlinger

app: Netease-cloud-music
binpatch: true
ingredients:
sources:
- deb Index of /ubuntu/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror focal main restricted universe multiverse
script:
- wget http://d1.music.126.net/dmusic/netease-cloud-music_1.2.1_amd64_ubuntu_20190428.deb

script:

  • cp usr/share/icons/hicolor/scalable/apps/netease-cloud-music.svg netease-cloud-music.png
    ===============end================
    Can anyone help me ? Thanks a lot

Please check

Does that one work for you?

The release is usable but I’m trying to build it myself.