roblox-studio-linux/config.sh

10 lines
217 B
Bash
Raw Normal View History

2025-05-21 19:11:33 +01:00
#!/bin/bash
# Where to install Roblox Studio
install_path=`pwd`
# Prefix to be used by wine when running Roblox Studio
prefix="$install_path/.wine"
download_url="https://setup.rbxcdn.com/RobloxStudioInstaller.exe"