You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that pkg2appimage will use wget as the downloader by default. And I want to achieve the following goals: Passing the system's proxy - currently, I've two proxies: http://127.0.0.1:8080 and socks5://127.0.0.1:18888 running on my host - to the download called by pkg2appimage and customize the downloader for downloading the dependencies, say, using curl.
Are there any tips for achieving this goal?
Regards,
HZ
The text was updated successfully, but these errors were encountered:
I figured out the following
BaiduyunNetdisk.yml
adapted from here which is also used by this PR:Then I try to build the appimage for baidunetdisk with the following steps according to the guidance here
I noticed that
pkg2appimage
will use wget as the downloader by default. And I want to achieve the following goals: Passing the system's proxy - currently, I've two proxies:http://127.0.0.1:8080
andsocks5://127.0.0.1:18888
running on my host - to the download called bypkg2appimage
and customize the downloader for downloading the dependencies, say, using curl.Are there any tips for achieving this goal?
Regards,
HZ
The text was updated successfully, but these errors were encountered: