mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Make downloaded files match checksum of remote files
This commit is contained in:
@@ -64,7 +64,6 @@ class Linux {
|
||||
fun feeder() {
|
||||
mainProgressBar.string = "Updating Feeder app"
|
||||
subProgressBar.string = "Downloading Feeder App"
|
||||
println("Downloading feeder")
|
||||
downloadFile(LINUXFEEDERURL, LINUXFEEDERNAME)
|
||||
subProgressBar.string = "Unzipping Feeder App"
|
||||
unzip(LINUXFEEDERNAME, LINUXFEEDERDIRECTORY)
|
||||
|
||||
Reference in New Issue
Block a user