98e40dac97
CLI Smoke Test / smoke-test-linux (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-linux (24) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (24) (push) Has been cancelled
Expo App TypeScript typecheck / typecheck (push) Has been cancelled
21 lines
425 B
JSON
21 lines
425 B
JSON
{
|
|
"$schema": "../../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"productName": "Happy (dev)",
|
|
"identifier": "com.slopus.happy.dev",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Happy (dev)",
|
|
"width": 1680,
|
|
"height": 1050,
|
|
"titleBarStyle": "Overlay",
|
|
"trafficLightPosition": {
|
|
"x": 22,
|
|
"y": 22
|
|
},
|
|
"hiddenTitle": true
|
|
}
|
|
]
|
|
}
|
|
}
|