@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-11 21:40:29 +05:30
parent 47731bb811
commit 52af8c42d1
2 changed files with 3 additions and 3 deletions

View File

@@ -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;

4
push.sh Normal file → Executable file
View File

@@ -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 .