feat: add application icons and rebrand project to VibeDownloader
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
# Premium Glassmorphic YouTube Video & MP3 Downloader
|
||||
<p align="center">
|
||||
<img src="docs/logos/vibedownloader_logo_no_bg.png" alt="VibeDownloader Logo" width="180" />
|
||||
</p>
|
||||
|
||||
# VibeDownloader - Premium Glassmorphic Social Media & MP3 Downloader
|
||||
|
||||
A sleek, modern, and high-performance desktop application built with Electron.js that downloads YouTube videos and extracts/converts them into high-quality MP3 audio tracks. Designed with state-of-the-art Glassmorphic aesthetics, fluid micro-animations, and a highly intuitive user interface.
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ function createWindow() {
|
||||
minWidth: 800,
|
||||
minHeight: 600,
|
||||
frame: false, // Make window frameless
|
||||
icon: path.join(__dirname, 'src', 'assets', 'icon.ico'),
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
contextIsolation: true,
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
"bin/**/*"
|
||||
],
|
||||
"win": {
|
||||
"icon": "src/assets/icon.ico",
|
||||
"target": [
|
||||
"portable"
|
||||
]
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Reference in New Issue
Block a user