First commit
This commit is contained in:
commit
3faa417162
5 changed files with 50 additions and 0 deletions
9
config.sh
Normal file
9
config.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/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"
|
Loading…
Add table
Add a link
Reference in a new issue