This commit is contained in:
parent
bc0ac93f3f
commit
a9bfb5c706
3 changed files with 10 additions and 0 deletions
4
PS2_Manager/Assets/AppRun
Normal file
4
PS2_Manager/Assets/AppRun
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
HERE="$(dirname "$(readlink -f "$0")")"
|
||||
exec "$HERE/usr/bin/PS2_Manager" "$@"
|
||||
|
6
PS2_Manager/Assets/ps2manager.desktop
Normal file
6
PS2_Manager/Assets/ps2manager.desktop
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=PS2 Manager
|
||||
Exec=PS2_Manager
|
||||
Icon=ps2manager
|
||||
Categories=Utility;
|
BIN
PS2_Manager/Assets/ps2manager.png
Normal file
BIN
PS2_Manager/Assets/ps2manager.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Loading…
Add table
Reference in a new issue