StefanLobbenmeier / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
1.55k stars 62 forks source link

Hope you can modify the file installation directory #2

Open SONGjiemo opened 2 years ago

SONGjiemo commented 2 years ago

I tried putting it on the taskbar, but it keeps showing that the file has been moved or does not exist. I would like to support installation directory selection.

StefanLobbenmeier commented 2 years ago

It looks like you are facing 2 different issues:

  1. The shortcut you added in the past no longer works and says the file has been moved?
  2. You also would like to set an installation directory when running the setup

Did I get that correctly?

SONGjiemo commented 2 years ago

看起来你面临着两个不同的问题:

  1. 您过去添加的快捷方式不再有效,并显示文件已被移动?
  2. 您还想在运行设置时设置安装目录

我理解对了吗?

Yes, can this function be developed?

StefanLobbenmeier commented 2 years ago

Should be possible by configuring electron builder: https://stackoverflow.com/a/63126860

feel free to implement this in a PR

SONGjiemo commented 2 years ago

Should be possible by configuring electron builder: https://stackoverflow.com/a/63126860

feel free to implement this in a PR

Looking forward to the next version, there will be this feature to keep up. Hope you can let me know after the update