XNSim/Release/XNSetIcon.sh

5 lines
143 B
Bash
Raw Normal View History

2025-04-28 12:25:20 +08:00
#!/bin/bash
CURRENT_PATH=$(pwd)
gio set -t string $CURRENT_PATH/XNEngine "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNEngine.png"