Fix code generation

Previous changes introduced some bugs to the
code generation scripts and templates, which
now have been fixed.
This commit is contained in:
Patrik Svensson
2021-01-29 20:57:36 +01:00
committed by Patrik Svensson
parent e20f6284f9
commit 58400fe74e
11 changed files with 3 additions and 13 deletions

View File

@ -19,4 +19,4 @@ if(!$?) {
Pop-Location
# Copy the files to the correct location
Copy-Item (Join-Path "$Output" "Spinner.Generated.cs") -Destination "$Source/Progress/Spinner.Generated.cs"
Copy-Item (Join-Path "$Output" "Spinner.Generated.cs") -Destination "$Source/Widgets/Progress/Spinner.Generated.cs"