-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing tailing "/" , target is a file instead of directory #184
Comments
Is this happening with the latest continuous build? |
Yes, with git commit ID 0a29e02 And it does not happen with this version: |
Maybe this line needs a "/" behind the pluginName? |
It probably does. Must be related to #175. Would you like to send a PR? |
KjellMorgenstern
pushed a commit
to KjellMorgenstern/linuxdeploy-plugin-qt
that referenced
this issue
Aug 5, 2024
KjellMorgenstern
pushed a commit
to KjellMorgenstern/linuxdeploy-plugin-qt
that referenced
this issue
Aug 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building an AppImage, instead of a 'imageformats' directory I now have a file, with the same size as the libqgif.so.
The same seems to happen for other plugin directories. Instead of directories, there are now files.
This started to happen with the continuous linux-deplot-qt release yesterday, about the same time as some changes to handling plugins were commited.
[qt/stdout] Deploying shared library /build/dependencies/qt/6.5.3/gcc_64/plugins/imageformats/libqgif.so (destination: AppDir/usr/plugins/imageformats)
Note the missing trailing "/" after imageformats
The text was updated successfully, but these errors were encountered: