Skip to content

Commit

Permalink
Update build-csharp.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Dec 2, 2023
1 parent 6a563be commit 14bd300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-csharp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ async function main() {

// Write the tauri.conf.json file in src-tauri/tauri.conf.json
writeFileSync("src-tauri/tauri.conf.json", JSON.stringify(tauriConf, null, 4), "utf8");

console.log(JSON.stringify(tauriConf, null, 4));
}

main().catch((e) => {
Expand Down

0 comments on commit 14bd300

Please sign in to comment.