Update README with SVG wordmark and badge formats
Replaced the YTSage title in README with an SVG wordmark and updated release format tables to use shield badges for Windows, Linux, and macOS. Added the ytsage-wordmark.svg asset and documented its location in the project structure.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<div align="center">
|
||||
|
||||
# **YTSage**
|
||||
|
||||
<img src="assets\branding\svg\ytsage-wordmark.svg" width="400" alt="ytsage-wordmark">
|
||||
<img src="assets\branding\screenshots\main.png" width="800" alt="YTSage Interface"/>
|
||||
|
||||
[](https://badge.fury.io/py/ytsage)
|
||||
@@ -75,27 +74,27 @@ ytsage
|
||||
|
||||
| Format | Description |
|
||||
|--------|-------------|
|
||||
| `YTSage-v<version>.exe` | Standard installer |
|
||||
| `YTSage-v<version>-ffmpeg.exe` | With FFmpeg bundled |
|
||||
| `YTSage-v<version>-portable` | Portable version, no installation required |
|
||||
| `YTSage-v<version>-ffmpeg-portable.zip` | Portable with FFmpeg, zipped |
|
||||
|  | Standard installer |
|
||||
|  | With FFmpeg bundled |
|
||||
|  | Portable version, no installation required |
|
||||
|  | Portable with FFmpeg, zipped |
|
||||
|
||||
#### 🐧 Linux
|
||||
|
||||
| Format | Description |
|
||||
|--------|-------------|
|
||||
| `YTSage-v<version>-amd64.deb` | Debian package |
|
||||
| `YTSage-v<version>-x86_64.AppImage` | AppImage, portable |
|
||||
| `YTSage-v<version>-x86_64.rpm` | RPM package |
|
||||
|  | Debian package |
|
||||
|  | AppImage, portable |
|
||||
|  | RPM package |
|
||||
|
||||
#### 🍎 macOS
|
||||
|
||||
| Format | Description |
|
||||
|--------|-------------|
|
||||
| `YTSage-v<version>-arm64.app.zip` | Zipped application for ARM64 |
|
||||
| `YTSage-v<version>-arm64.dmg` | Disk image installer for ARM64 |
|
||||
| `YTSage-v<version>-x64.app.zip` | Zipped application for x64 |
|
||||
| `YTSage-v<version>-x64.dmg` | Disk image installer for x64 |
|
||||
|  | Zipped application for ARM64 |
|
||||
|  | Disk image installer for ARM64 |
|
||||
|  | Zipped application for x64 |
|
||||
|  | Disk image installer for x64 |
|
||||
|
||||
> [👉 Download Latest Release](https://github.com/oop7/YTSage/releases/latest)
|
||||
|
||||
@@ -325,6 +324,8 @@ YTSage/
|
||||
│ │ ├── main.png
|
||||
│ │ ├── playlist.png
|
||||
│ │ └── subtitle_options.png
|
||||
│ │ └── 📁 svg/ # SVG assets
|
||||
│ │ └── ytsage-wordmark.svg
|
||||
│ ├── 📁 Icon/ # Legacy icon directory
|
||||
│ │ └── icon.png
|
||||
│ └── 📁 sound/ # Audio files
|
||||
|
||||
Reference in New Issue
Block a user