dependencies icon indicating copy to clipboard operation
dependencies copied to clipboard

[Question] How to locally change `url` for file download?

Open synalice opened this issue 10 months ago • 1 comments

Because of some geographical restrictions, some url links don't work without a proxy. How can I change the value of this field in a dependency manifest?

I tried cloning this repo, changing the value and running Bottles like this, but to no avail:

LOCAL_DEPENDENCIES=/path/to/dependencies/ flatpak run com.usebottles.bottles

synalice avatar Jan 24 '25 14:01 synalice

Use file://path

mirkobrombin avatar Jan 24 '25 15:01 mirkobrombin