From 04dd265a8abe82a53e6d99d7f8dfc5d328241cbb Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Sun, 24 Mar 2024 19:10:18 -0400 Subject: [PATCH] fix file modes Remove execute permission from several data files. --- assets/icon.png | Bin assets/largeIcon.png | Bin src/index.html | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 assets/icon.png mode change 100755 => 100644 assets/largeIcon.png mode change 100755 => 100644 src/index.html diff --git a/assets/icon.png b/assets/icon.png old mode 100755 new mode 100644 diff --git a/assets/largeIcon.png b/assets/largeIcon.png old mode 100755 new mode 100644 diff --git a/src/index.html b/src/index.html old mode 100755 new mode 100644