Hello,
first of all, thank you a lot for this project. You made a developer's life a lot easier.
I face a little issue. Currently I have a workaround for it but I am not quite sure if this is a bug or just wrong usage on my side.
I have a custom AppRun file in my project and I want to apply it to my project instead of the autogenerated one. But it seems not to be copied to the AppDir directory
I call your tool with
linuxdeploy-x86_64.AppImage --appdir=AppDir --custom-apprun=../AppImage/AppRun --desktop-file=./AppDir/usr/share/applications/myapp.desktop --plugin=qt
Everything runs through, exiting with 0, perfect.
The last few lines of the program's output are
-- Deploying files into AppDir root directory --
Deploying custom AppRun: /home/luke/git/myapp/AppImage/AppRun
Deploying file /home/luke/git/myapp/AppImage/AppRun to AppDir/AppRun
Copying file /home/luke/git/myapp/AppImage/AppRun to AppDir/AppRun
Deploying files to AppDir root using desktop file: AppDir/usr/share/applications/myapp.desktop
Deploying desktop file to AppDir root: AppDir/usr/share/applications/myapp.desktop
Creating symlink for file AppDir/usr/share/applications/myapp.desktop in/as AppDir
Deploying icon to AppDir root: AppDir/usr/share/icons/hicolor/72x72/apps/myapp.png
Creating symlink for file AppDir/usr/share/icons/hicolor/72x72/apps/myapp.png in/as AppDir
Deploying custom AppRun: /home/luke/git/myapp/AppImage/AppRunCopying file /home/luke/git/myapp/AppImage/AppRun to AppDir/AppRun
So everything seems that my custom AppRun is copied to the AppDir. But in the AppDir directory the AppRun file is just the autogenerated one, not mine
Thank you in advance
Hello,
first of all, thank you a lot for this project. You made a developer's life a lot easier.
I face a little issue. Currently I have a workaround for it but I am not quite sure if this is a bug or just wrong usage on my side.
I have a custom AppRun file in my project and I want to apply it to my project instead of the autogenerated one. But it seems not to be copied to the AppDir directory
I call your tool with
linuxdeploy-x86_64.AppImage --appdir=AppDir --custom-apprun=../AppImage/AppRun --desktop-file=./AppDir/usr/share/applications/myapp.desktop --plugin=qtEverything runs through, exiting with 0, perfect.
The last few lines of the program's output are
So everything seems that my custom AppRun is copied to the AppDir. But in the AppDir directory the AppRun file is just the autogenerated one, not mine
Thank you in advance