From 31a99f6a226f0a5cf7df4a6906839d9ee6945124 Mon Sep 17 00:00:00 2001 From: Deepesh Patil Date: Sun, 31 Mar 2024 16:38:18 +0530 Subject: [PATCH] Updating Readme --- README.md | 4 ++-- setup.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34c94f6..54497f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🦅 *Eagle-Encryptor 2.1* +# 🦅 *Eagle-Encryptor 3.0* ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?style=for-the-badge&logo=mysql&logoColor=white) @@ -75,7 +75,7 @@ Set-ExecutionPolicy RemoteSigned - Here is a list of accepted file formats: | ***Domain*** | ***Extensions*** | | ------------------- | ---------------------------------- | - | Text | `.txt`,`.py`, `.pdf`,`.word`,`.xlsx`, `.html`, `.css`, `.c`, `.cpp`, `.php`| + | Text | `.txt`,`.py`, `.pdf`,`.word`,`.xlsx`, `.html`, `.css`, `.c`, `.cpp`, `.php`, etc.| | Images | `.png`, `.ico`, `.jpg`, `.jpeg`, `.img` |
- Type `help` to view the list of all the Commands: diff --git a/setup.ps1 b/setup.ps1 index de6afad..0be7b39 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -12,7 +12,7 @@ python setup.py pyarmor gen ./setup.py ./main.py ./lib.py # Delete the original files -Remove-Item ./setup.py, ./main.py, ./lib.py +# Remove-Item ./setup.py, ./main.py, ./lib.py # Change directory back to the previous location Set-Location ..