Newer
Older
ExoLauncher / src-tauri / tauri.conf.json
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 8 hours ago 972 bytes Initial commit: ExoLauncher Desktop App with SSE and cleaned structure
{
  "build": {
    "beforeBuildCommand": "npm run build",
    "beforeDevCommand": "npm run dev",
    "devPath": "http://localhost:5173",
    "distDir": "../dist"
  },
  "package": {
    "productName": "ExoLauncher",
    "version": "0.1.0"
  },
  "tauri": {
    "allowlist": {
      "all": true
    },
    "bundle": {
      "active": true,
      "category": "DeveloperTool",
      "copyright": "",
      "externalBin": [],
      "icon": [
        "icons/32x32.png",
        "icons/128x128.png",
        "icons/128x128@2x.png",
        "icons/icon.icns",
        "icons/icon.ico"
      ],
      "identifier": "com.exolauncher.app",
      "longDescription": "",
      "shortDescription": ""
    },
    "security": {
      "csp": null
    },
    "updater": {
      "active": false
    },
    "windows": [
      {
        "fullscreen": false,
        "height": 800,
        "resizable": true,
        "title": "ExoLauncher Dashboard",
        "width": 1200
      }
    ]
  }
}