file. It is the same as my zip, but naming is wrong. How I can keep the right naming? Tried to play around arguments in defaultResource method, but didn't work.
a
Aleksei Tirman [JB]
02/21/2022, 10:41 AM
You can either change the `static`'s route path to
/download/loottherun-desktop-0.10.29.zip
or serve all resource from a desired package
Copy code
static("/assets") {
resources("distributive")
}
r
rnett
02/21/2022, 4:28 PM
Is there a way to do that even while hosting it at