about summary refs log tree commit diff stats
path: root/install.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-09-11 16:20:06 -0400
committerCharadon <dev@iotib.net>2022-09-11 16:20:06 -0400
commite4f6fe48d33680ffbda0c8b1aa6ff9702f336571 (patch)
treed066dc333e66ca591ec83be0af945f86c6cd5b52 /install.sh
parent488823e80dfbacb253842690d78b666f0bc0454d (diff)
downloadPong-C-e4f6fe48d33680ffbda0c8b1aa6ff9702f336571.tar.gz
Added a desktop file with an icon (Gratefully created by 2xYz on Fosstodon)
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 83567f1..3c8a612 100755
--- a/install.sh
+++ b/install.sh
@@ -22,6 +22,7 @@ if [ "$CONFIG_FLATPAK" = "true" ];
 then
 	install -Dm755 src/flatpak/flatpak_launch.sh /app/bin/flatpak_launch.sh
 	install -Dm644 src/Pong.desktop /app/share/applications/net.iotib.Pong.desktop
+	install -Dm644 resources/icon.svg /app/share/icons/hicolor/scalable/apps/net.iotib.Pong.svg
 fi
 set +x
 echo "Done Installing."