From 52af8c42d1ca9ace8ee086fe4e6f9de7fae80134 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 11 Apr 2024 21:40:29 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/skel/.config/autostart/snigdhaos-welcome.desktop | 2 +- push.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 push.sh diff --git a/etc/skel/.config/autostart/snigdhaos-welcome.desktop b/etc/skel/.config/autostart/snigdhaos-welcome.desktop index 207a514..4a77213 100644 --- a/etc/skel/.config/autostart/snigdhaos-welcome.desktop +++ b/etc/skel/.config/autostart/snigdhaos-welcome.desktop @@ -4,7 +4,7 @@ GenericName=Snigdha OS Welcome App X-GNOME-FullName=Snigdha OS Welcome App Comment=Welcome Application for Snigdha OS Installations Exec=/usr/local/bin/snigdhaos-welcome -Icon=snigdhaos-icon +Icon=snigdhaos-welcome Terminal=false Type=Application Categories=GTK;Settings;Security;X-GNOME-Settings-Panel;X-GNOME-SystemSettings;X-Unity-Settings-Panel;X-XFCE-SettingsDialog;X-XFCE-SystemSettings; diff --git a/push.sh b/push.sh old mode 100644 new mode 100755 index 395d946..fc091cc --- a/push.sh +++ b/push.sh @@ -2,10 +2,10 @@ # Set the repository URL and branch REPO_URL="https://github.com/Snigdha-OS/snigdhaos-welcome.git" -BRANCH="main" # or "master" depending on your repository's default branch +BRANCH="master" # or "main" depending on your repository's default branch # Commit message -MESSAGE="@eshanized: push via script" +MESSAGE="⏳ @eshanized updated the repository!!!" # Add all files, commit, and push changes git add .