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

@ -2,7 +2,7 @@ import type { Models } from '@kittycad/lib/dist/types/src'
import type { UnitAngle, UnitLength } from '@rust/kcl-lib/bindings/ModelingCmd'
export const APP_NAME = 'Modeling App'
export const APP_NAME = 'Design Studio'
/** Search string in new project names to increment as an index */
export const INDEX_IDENTIFIER = '$n'
/** The maximum number of 0's to pad a default project name's index with */
@ -21,9 +21,9 @@ export const BROWSER_FILE_NAME = 'main'
* The default name of the project in Desktop.
* This is prefixed by the Documents directory path.
*/
export const PROJECT_FOLDER = 'zoo-modeling-app-projects'
export const PROJECT_FOLDER = 'zoo-design-studio-projects'
/**
* File extension for Modeling App's files, which are written in kcl
* File extension for Design Studio's files, which are written in kcl
* @link - https://zoo.dev/docs/kcl
* */
export const FILE_EXT = '.kcl'