gitbutler/crates/gitbutler-tauri/tauri.conf.test.json
Mattias Granlund 2ef866baa6 Tauri v1 -> v2
Refactor appSettings to accommodate new Tauri v2 API

- creates AppSettings class and injects it where needed
- avoids `window` undeclared variable during vite build process
2024-10-30 14:23:32 +01:00

8 lines
211 B
JSON

{
"productName": "GitButler Test",
"identifier": "com.gitbutler.app.test",
"build": {
"beforeBuildCommand": "[ $CI = true ] || pnpm build:desktop -- --mode development && cargo build -p gitbutler-git"
}
}