mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Add comment about roblox_studio::install_location
This commit is contained in:
@@ -23,5 +23,6 @@ pub fn install_location() -> Option<PathBuf> {
|
|||||||
|
|
||||||
#[cfg(not(any(target_os = "windows", target_os = "macos")))]
|
#[cfg(not(any(target_os = "windows", target_os = "macos")))]
|
||||||
pub fn install_location() -> Option<PathBuf> {
|
pub fn install_location() -> Option<PathBuf> {
|
||||||
|
// Roblox Studio doesn't install on any other platforms!
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user