Error finding snapshot file in packaged executable #41
Unanswered
orangelckc
asked this question in
Q&A
Replies: 1 comment
-
Hi @orangelckc. I suggest you to try packaging the application using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for your continued work on the project. I am currently facing an issue with the snapshot system and was wondering if someone could assist me.
Here is the code snippet that I am working with:
I have included the
.table
file as an asset to be packaged into a single executable file. In order to check if the file was correctly included, I printed themd5
of the file which matched the original file.However, when I pass the snapshot path to the function, it always shows an error when trying to find this file.
Could someone please help me with this issue?
Beta Was this translation helpful? Give feedback.
All reactions