Retoor software development Projects Research SearchXNG
Register Sign In

5 lines
134 B
Plaintext
Raw Normal View History

feat: add AppImage build support with desktop integration and packaging scripts Implement AppImage packaging pipeline including desktop file generation, icon bundling, and AppStream metadata. The build script creates a portable Linux executable with automatic desktop integration using linuxdeploy and appimagetool. Key additions include the .desktop launcher file, application icon in multiple resolutions, and AppStream metainfo for software center compatibility. The packaging process compiles the application, bundles all runtime dependencies, and generates a self-contained AppImage binary in the dist/ directory.
2025-04-09 00:00:21 +02:00
#!/bin/sh
HERE="$(dirname "$(readlink -f "$0")")"
export LD_LIBRARY_PATH="$HERE/usr/lib:$LD_LIBRARY_PATH"
exec "$HERE/usr/bin/r" "$@"
Reference in New Issue Copy Permalink
be17cbb6c4
r/AppRun
Response time: 58ms
Mail Licenses API