Compare commits

..

2 Commits

Author SHA1 Message Date
Nexmoe
7c64d255b8 chore: release v0.1.6 2025-10-23 22:28:24 +08:00
Nexmoe
bad839934d chore: remove unnecessary directory creation step in release workflow 2025-10-23 22:28:15 +08:00
2 changed files with 1 additions and 4 deletions

View File

@@ -32,9 +32,6 @@ jobs:
- name: Download yt-dlp binaries
run: |
# Create resources directory if it doesn't exist
mkdir -p resources
# Download yt-dlp.exe for Windows
curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe -o resources/yt-dlp.exe

View File

@@ -1,6 +1,6 @@
{
"name": "vidbee",
"version": "0.1.5",
"version": "0.1.6",
"description": "A modern Electron application for downloading videos and audios",
"main": "./out/main/index.js",
"author": "VidBee",