mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10:00
(appimage/) add manual appimage
the existing one is broken, and i think it might be tauri's fault.
This commit is contained in:
1
appimage/drop-oss-app.d/.DirIcon
Symbolic link
1
appimage/drop-oss-app.d/.DirIcon
Symbolic link
@ -0,0 +1 @@
|
||||
drop-oss-app.png
|
||||
8
appimage/drop-oss-app.d/AppRun
Executable file
8
appimage/drop-oss-app.d/AppRun
Executable 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
|
||||
7
appimage/drop-oss-app.d/drop-oss-app.desktop
Normal file
7
appimage/drop-oss-app.d/drop-oss-app.desktop
Normal 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
|
||||
BIN
appimage/drop-oss-app.d/drop-oss-app.png
Normal file
BIN
appimage/drop-oss-app.d/drop-oss-app.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
0
appimage/drop-oss-app.d/usr/bin/.execs_go_here
Normal file
0
appimage/drop-oss-app.d/usr/bin/.execs_go_here
Normal file
0
appimage/drop-oss-app.d/usr/lib/.libs_go_here
Normal file
0
appimage/drop-oss-app.d/usr/lib/.libs_go_here
Normal file
Reference in New Issue
Block a user