Skip to content

Commit

Permalink
Merge pull request #718 from cake-build/feature/use-bakery-dll
Browse files Browse the repository at this point in the history
Use dll instead of exe for Cake Bakery
  • Loading branch information
gep13 authored Oct 8, 2022
2 parents 8597098 + 77eca3e commit 64443b7
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 64443b7

Please sign in to comment.