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
{{ message }}
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
I wanted to include your ripper into my build pipeline, however there are some issues with the .raw files you try to load.
You can not just "conjecture" that you could use the path prefix as location of the .raw files, as in my case I am using symlinks. Furthermore this path is broken anyway, since the binaries are outputted into out/, where the raw files are definitely not located (rather the project source directory).
I suggest to a) include the raw files into the project binary itself or b) at least provide parameters to specify the location.
Best regards and thanks for your work!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I wanted to include your ripper into my build pipeline, however there are some issues with the .raw files you try to load.
You can not just "conjecture" that you could use the path prefix as location of the .raw files, as in my case I am using symlinks. Furthermore this path is broken anyway, since the binaries are outputted into
out/
, where the raw files are definitely not located (rather the project source directory).I suggest to a) include the raw files into the project binary itself or b) at least provide parameters to specify the location.
Best regards and thanks for your work!
The text was updated successfully, but these errors were encountered: