Skip to content

Commit

Permalink
regenerate schema, prettier, and update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Dec 12, 2023
1 parent 4cf154b commit 3a865b6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/app-builder-lib/scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7714,4 +7714,4 @@
}
},
"type": "object"
}
}
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/macPackager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ export default class MacPackager extends PlatformPackager<MacConfiguration> {
}
if (notaryToolLogin) {
return {
tool: 'notarytool',
tool: "notarytool",
appPath,
...notaryToolLogin,
}
Expand Down
34 changes: 17 additions & 17 deletions test/snapshots/linux/snapTest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -181,7 +181,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -404,7 +404,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"compression": "xz",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
Expand Down Expand Up @@ -611,7 +611,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -681,7 +681,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -750,7 +750,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -819,7 +819,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -869,7 +869,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "classic",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -1034,7 +1034,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "classic",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -1200,7 +1200,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "classic",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -1366,7 +1366,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "classic",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -1542,7 +1542,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -1602,7 +1602,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -1803,7 +1803,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -2017,7 +2017,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -2090,7 +2090,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down Expand Up @@ -2176,7 +2176,7 @@ Object {
"architectures": Array [
"amd64",
],
"base": "core18",
"base": "core20",
"confinement": "strict",
"description": "Test Application (test quite “ #378)",
"grade": "stable",
Expand Down

0 comments on commit 3a865b6

Please sign in to comment.