5 lines
143 B
Bash
Executable File
5 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
CURRENT_PATH=$(pwd)
|
|
gio set -t string $CURRENT_PATH/XNEngine "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNEngine.png"
|
|
|