Skip to content

Commit

Permalink
Fix version hash defaulting to older versions of Studio, changed LATE…
Browse files Browse the repository at this point in the history
…ST_VERSION_STUDIO_CHANNEL
  • Loading branch information
WaviestBalloon committed Aug 31, 2023
1 parent 4502c72 commit 7409431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/installation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::utils::terminal::*;
use crate::setup;

const LATEST_VERSION_PLAYER_CHANNEL: &str = "https://clientsettings.roblox.com/v2/client-version/WindowsPlayer/channel/";
const LATEST_VERSION_STUDIO_CHANNEL: &str = "https://clientsettings.roblox.com/v2/client-version/WindowsStudio/channel/";
const LATEST_VERSION_STUDIO_CHANNEL: &str = "https://clientsettings.roblox.com/v2/client-version/WindowsStudio64/channel/";
const LIVE_DEPLOYMENT_CDN: &str = "https://setup.rbxcdn.com/";
const CHANNEL_DEPLOYMENT_CDN: &str = "https://roblox-setup.cachefly.net/channel/";

Expand Down

0 comments on commit 7409431

Please sign in to comment.