version: '3'
|
|
info:
|
companyName: "PrivateVoice"
|
productName: "PrivateVoice Dictation"
|
productIdentifier: "com.shanghai3168.privatevoicedictation"
|
description: "Private offline voice input tool"
|
copyright: "(c) 2026, PrivateVoice"
|
comments: "Private. Offline."
|
version: "2.2.2"
|
|
dev_mode:
|
root_path: .
|
log_level: warn
|
debounce: 1000
|
ignore:
|
dir:
|
- .git
|
- node_modules
|
- frontend
|
- bin
|
- models
|
file:
|
- .DS_Store
|
- .gitignore
|
- .gitkeep
|
watched_extension:
|
- "*.go"
|
git_ignore: true
|
executes:
|
- cmd: wails3 task common:install:frontend:deps
|
type: once
|
- cmd: wails3 task common:dev:frontend
|
type: background
|
- cmd: go mod tidy
|
type: blocking
|
- cmd: wails3 task build
|
type: blocking
|
- cmd: wails3 task run
|
type: primary
|