From f79b3d9ae7bded329b05fd979ee479d9d4a3b0b4 Mon Sep 17 00:00:00 2001 From: itteh <36374487+ittehgeps@users.noreply.github.com> Date: Wed, 20 Apr 2022 14:36:14 -0400 Subject: [PATCH] Fixed domain again it was reported FSR --- itteblox-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itteblox-helper.sh b/itteblox-helper.sh index d2cd3d9..a02d3c0 100644 --- a/itteblox-helper.sh +++ b/itteblox-helper.sh @@ -67,7 +67,7 @@ sleep 1 touch itteblox.desktop echo "[Desktop Entry]" >> itteblox.desktop echo "Name=Itteblox Player" >> itteblox.desktop -echo "Comment=https://ittblox.cf/" >> itteblox.desktop +echo "Comment=https://ittblox.gay/" >> itteblox.desktop echo "Type=Application" >> itteblox.desktop echo "Exec=wine $HOME/itteblox/ItteBloxLauncher.exe %u" >> itteblox.desktop echo "MimeType=x-scheme-handler/itblox" >> itteblox.desktop