Skip to content

Commit

Permalink
updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed May 22, 2024
1 parent 879106b commit 3f2d261
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/tauri-config-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2840,6 +2840,14 @@
"type": "integer",
"format": "uint32",
"minimum": 0.0
},
"versionCode": {
"type": [
"integer",
"null"
],
"format": "uint32",
"minimum": 0.0
}
},
"additionalProperties": false
Expand Down
8 changes: 8 additions & 0 deletions tooling/cli/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2840,6 +2840,14 @@
"type": "integer",
"format": "uint32",
"minimum": 0.0
},
"versionCode": {
"type": [
"integer",
"null"
],
"format": "uint32",
"minimum": 0.0
}
},
"additionalProperties": false
Expand Down

0 comments on commit 3f2d261

Please sign in to comment.