hpfxd / PandaSpigot

Fork of Paper for 1.8.8 focused on improved performance and stability.
GNU General Public License v3.0
229 stars 65 forks source link

remove the spaces in Server JAR in Artifacts #176

Closed postyizhan closed 5 months ago

postyizhan commented 6 months ago

Can you remove the spaces in Server JAR in Artifacts? I want to use curl to download, but because this space is not successful

set url="https://nightly.link/hpfxd/PandaSpigot/workflows/build/master/Server JAR.zip"
set zipfile="Server JAR.zip"
curl -L -o "%zipfile%" "%url%"

I have tried: Use ' 'or " " %20 \0 ^

From translator

Hellscaped commented 6 months ago
curl -L -o jar.zip "https://nightly.link/hpfxd/PandaSpigot/workflows/build/master/Server%20JAR.zip" 

I personally use this

uRyanxD commented 5 months ago

^