mirror of https://github.com/tauri-apps/tauri
parent
ea94a28a34
commit
9258aed114
|
@ -274,6 +274,9 @@ pub struct BundleConfig {
|
|||
/// A copyright string associated with your application.
|
||||
pub copyright: Option<String>,
|
||||
/// The application kind.
|
||||
///
|
||||
/// Should be one of the following:
|
||||
/// Business, DeveloperTool, Education, Entertainment, Finance, Game, ActionGame, AdventureGame, ArcadeGame, BoardGame, CardGame, CasinoGame, DiceGame, EducationalGame, FamilyGame, KidsGame, MusicGame, PuzzleGame, RacingGame, RolePlayingGame, SimulationGame, SportsGame, StrategyGame, TriviaGame, WordGame, GraphicsAndDesign, HealthcareAndFitness, Lifestyle, Medical, Music, News, Photography, Productivity, Reference, SocialNetworking, Sports, Travel, Utility, Video, Weather.
|
||||
pub category: Option<String>,
|
||||
/// A short description of your application.
|
||||
pub short_description: Option<String>,
|
||||
|
|
|
@ -464,7 +464,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"category": {
|
||||
"description": "The application kind.",
|
||||
"description": "The application kind.\n\nShould be one of the following: Business, DeveloperTool, Education, Entertainment, Finance, Game, ActionGame, AdventureGame, ArcadeGame, BoardGame, CardGame, CasinoGame, DiceGame, EducationalGame, FamilyGame, KidsGame, MusicGame, PuzzleGame, RacingGame, RolePlayingGame, SimulationGame, SportsGame, StrategyGame, TriviaGame, WordGame, GraphicsAndDesign, HealthcareAndFitness, Lifestyle, Medical, Music, News, Photography, Productivity, Reference, SocialNetworking, Sports, Travel, Utility, Video, Weather.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
|
|
Loading…
Reference in New Issue