Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c64d255b8 | ||
|
|
bad839934d |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user