mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
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:

committed by
Patrik Svensson

parent
e20f6284f9
commit
58400fe74e
@ -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"
|
||||
|
Reference in New Issue
Block a user