Newer
Older
TelosDB / src-tauri / tauri.conf.json
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 1 day ago 791 bytes chore: bump version to 0.2.5
{
  "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
  "productName": "TelosDB",
  "version": "0.2.5",
  "identifier": "com.telosdb.app",
  "build": {
    "frontendDist": "../src"
  },
  "app": {
    "windows": [
      {
        "title": "TelosDB",
        "width": 800,
        "height": 600,
        "resizable": true,
        "fullscreen": false
      }
    ],
    "security": {
      "csp": null
    }
  },
  "bundle": {
    "active": true,
    "targets": [
      "nsis"
    ],
    "icon": [
      "icons/32x32.png",
      "icons/128x128.png",
      "icons/128x128@2x.png",
      "icons/icon.icns",
      "icons/icon.ico"
    ],
    "externalBin": [
      "bin/llama-server"
    ],
    "resources": [
      "bin/*.dll",
      "bin/gemma-3-270m-it-Q4_K_M.gguf"
    ]
  }
}