Files
spaceshell/app/src-tauri/tauri.conf.json
T
vasyansk 333b051e9d
Build / Build & push landing (push) Successful in 18s
Build / Deploy to prod (push) Successful in 6s
Build / Notify Max (push) Successful in 1s
Update version to 0.1.7
Fix landing page GitHub links to use pub namespace
2026-06-15 16:59:27 +07:00

35 lines
667 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "spacesh",
"version": "0.1.7",
"identifier": "xyz.spacesh.app",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"windows": [
{
"title": "spacesh",
"width": 1100,
"height": 720
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}