mirror of
https://github.com/BillyOutlast/drop-app.git
synced 2026-07-01 22:24:09 -04:00
c886b5e059
- build.sh: automated flatpak build script with --bundle/--clean flags - prepare-libs.sh: copies system tray libraries from host into flatpak/libs/ - .github/workflows/flatpak.yml: companion CI workflow supporting both source builds and release-triggered builds - Remove old flatpak-release.yml (replaced by flatpak.yml) - .gitignore: add flatpak build artifact patterns - Scripts are executable
10 lines
254 B
Desktop File
10 lines
254 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Drop
|
|
Comment=Drop Desktop Client - open-source game distribution platform
|
|
Exec=/app/bin/drop-app
|
|
Icon=org.droposs.client
|
|
Terminal=false
|
|
Categories=Game;Network;
|
|
MimeType=x-scheme-handler/drop;
|
|
StartupWMClass=drop-app |