You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
follow the readme, and run cargo appimage --features=native can build the image properly, but the CWD in a temp folder when run it, and the binary file was renamed to usr/bin/bin
Can check this case, and get the assets path from executable path
Though the bevy part also need to be changed to handle this, guess have to create a patch, or can change the executable path in image, not sure whether that's possible or not.
Need to fork cargo-appimage to change the hard-coded path, which should be relatively easy to do.
The text was updated successfully, but these errors were encountered:
yjpark
added a commit
to yjpark/notation
that referenced
this issue
Jan 10, 2022
follow the readme, and run
cargo appimage --features=native
can build the image properly, but the CWD in a temp folder when run it, and the binary file was renamed tousr/bin/bin
Can check this case, and get the assets path from executable path
Though the bevy part also need to be changed to handle this, guess have to create a patch, or can change the executable path in image, not sure whether that's possible or not.
Need to fork cargo-appimage to change the hard-coded path, which should be relatively easy to do.
The text was updated successfully, but these errors were encountered: