Skip to content

Commit

Permalink
schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Sep 21, 2023
1 parent e464e25 commit de60b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/tauri-config-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@
]
},
"beforeEachBundleCommand": {
"description": "Similar to `before_bundle_command`, a shell command to run before the bundling phase of each bundle format.\n\nThe TAURI_PLATFORM, TAURI_ARCH, TAURI_FAMILY, TAURI_PLATFORM_VERSION, TAURI_PLATFORM_TYPE and TAURI_DEBUG environment variables are set if you perform conditional compilation.",
"description": "Similar to `before_bundle_command`, a shell command to run before the bundling phase of each package type. Check `TAURI_BUNDLER_PACKAGE_TYPE` env var to know which package type is being bundled.\n\nThe TAURI_PLATFORM, TAURI_ARCH, TAURI_FAMILY, TAURI_PLATFORM_VERSION, TAURI_PLATFORM_TYPE and TAURI_DEBUG environment variables are set if you perform conditional compilation.",
"anyOf": [
{
"$ref": "#/definitions/HookCommand"
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@
]
},
"beforeEachBundleCommand": {
"description": "Similar to `before_bundle_command`, a shell command to run before the bundling phase of each bundle format.\n\nThe TAURI_PLATFORM, TAURI_ARCH, TAURI_FAMILY, TAURI_PLATFORM_VERSION, TAURI_PLATFORM_TYPE and TAURI_DEBUG environment variables are set if you perform conditional compilation.",
"description": "Similar to `before_bundle_command`, a shell command to run before the bundling phase of each package type. Check `TAURI_BUNDLER_PACKAGE_TYPE` env var to know which package type is being bundled.\n\nThe TAURI_PLATFORM, TAURI_ARCH, TAURI_FAMILY, TAURI_PLATFORM_VERSION, TAURI_PLATFORM_TYPE and TAURI_DEBUG environment variables are set if you perform conditional compilation.",
"anyOf": [
{
"$ref": "#/definitions/HookCommand"
Expand Down

0 comments on commit de60b37

Please sign in to comment.