Skip to content

Commit

Permalink
Use dll instead of exe for Cake Bakery
Browse files Browse the repository at this point in the history
This will ensure the default also works on Linux and Mac.
  • Loading branch information
bjorkstromm authored and gep13 committed Oct 8, 2022
1 parent 8597098 commit 77eca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bakery/cakeBakery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class CakeBakery {
public getTargetPath(): string {
return path.join(
this.extensionPath,
'Cake.Bakery/tools/Cake.Bakery.exe'
'Cake.Bakery/tools/Cake.Bakery.dll'
);
}

Expand Down

0 comments on commit 77eca3e

Please sign in to comment.