Rename the app to Zoo Design Studio (#5974)

* WIP: Change the name of the app
Fixes #5971

* Force release build

* More renames

* Fix release builds on PR

* Remove alpha on home page, replace with nightly if nightly

* Change appId back to dev.zoo.modeling-app after updater test failure

* Cleanup towards review

* Lint

* Lint plus @jacebrowning's suggestion

* Lint
This commit is contained in:
Pierre Jacquier
2025-04-03 22:24:51 -04:00
committed by GitHub
parent d38dcb9ba2
commit 1a59fc4f99
49 changed files with 102 additions and 102 deletions

View File

@ -116,7 +116,7 @@ pub async fn import(exec_state: &mut ExecState, args: Args) -> Result<KclValue,
/// are relative to the current project directory.
///
/// Note: The import command currently only works when using the native
/// Modeling App.
/// Design Studio.
///
/// ```no_run
/// model = import("tests/inputs/cube.obj")