mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 23:59:19 +03:00
2ef866baa6
Refactor appSettings to accommodate new Tauri v2 API - creates AppSettings class and injects it where needed - avoids `window` undeclared variable during vite build process
8 lines
211 B
JSON
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"
|
|
}
|
|
}
|