(build/) add build directory for non-tauri builds

This commit is contained in:
Beethoven
2025-08-02 16:44:49 -05:00
parent 6f30d248eb
commit 7555cc3cdf
7 changed files with 0 additions and 12 deletions

View File

@ -0,0 +1 @@
drop-oss-app.png

View File

@ -0,0 +1,8 @@
#!/bin/sh
program="drop-oss-app"
# point to libraries and run
LD_LIBRARY_PATH=$APPDIR/usr/lib:/usr/local/lib:/usr/lib $APPDIR/usr/bin/$program $@
# vim:ft=sh

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Name=drop-oss-app
Comment=The client application for the open-source, self-hosted game distribution platform Drop
Exec=AppRun
Icon=drop-oss-app
Type=Application
Categories=Game;Network

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB