mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-25 19:24:28 +08:00
- Add AppImage build using linuxdeploy - Add Flatpak build using flatpak-builder - Create AppRun script for .NET runtime sharing - Create Flatpak manifest and desktop file - Integrate both formats into release workflow - Upload .AppImage and .flatpak as release artifacts This provides comprehensive Linux packaging support: - DEB: For Debian/Ubuntu systems - Linglong: For Deepin/UOS systems - AppImage: Universal Linux format (download and run) - Flatpak: Universal Linux format (sandboxed) All formats share the same .NET runtime for efficiency.
11 lines
254 B
Desktop File
11 lines
254 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Version=1.0
|
|
Name=LanMountainDesktop
|
|
Comment=LanMountainDesktop desktop shell
|
|
Exec=LanMountainDesktop.Launcher %U
|
|
Icon=com.lanmountain.desktop
|
|
Terminal=false
|
|
Categories=Utility;Education;
|
|
StartupWMClass=LanMountainDesktop
|