mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 01:19:13 +01:00
Decouple core Yaak logic from Tauri (#354)
This commit is contained in:
@@ -110,7 +110,7 @@ const tauriWorktreeConfig = {
|
||||
productName: `Daak (${worktreeName})`
|
||||
};
|
||||
|
||||
const tauriConfigPath = path.join(process.cwd(), 'src-tauri', 'tauri.worktree.conf.json');
|
||||
const tauriConfigPath = path.join(process.cwd(), 'crates-tauri', 'yaak-app', 'tauri.worktree.conf.json');
|
||||
fs.writeFileSync(tauriConfigPath, JSON.stringify(tauriWorktreeConfig, null, 2) + '\n', 'utf8');
|
||||
console.log(`Created tauri.worktree.conf.json with identifier: ${tauriWorktreeConfig.identifier}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user