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:
		@ -56,7 +56,7 @@ pub async fn lsp_run_kcl(config: LspServerConfig, token: String, baseurl: String
 | 
			
		||||
            // In the case of dev we don't always have a sub set, but prod we should.
 | 
			
		||||
            if err
 | 
			
		||||
                .to_string()
 | 
			
		||||
                .contains("The modeling app subscription type is missing.")
 | 
			
		||||
                .contains("The Design Studio subscription type is missing.")
 | 
			
		||||
            {
 | 
			
		||||
                true
 | 
			
		||||
            } else {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user