mirror of
https://github.com/ModOrganizer2/modorganizer-installer_wizard.git
synced 2026-07-27 14:07:59 -07:00
Fix release script.
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ $target = ".\installer_wizard\"
|
||||
|
||||
Remove-Item -Recurse -Force -ErrorAction Ignore $target
|
||||
New-Item -Path $target -Type Directory | Out-Null
|
||||
Copy-Item -Recurse -Path .\src\* -Exclude "*.ui", "__pycache__" -Destination .\installer_wizard
|
||||
Copy-Item -Recurse -Path .\src\* -Exclude "*.ui" -Destination $target
|
||||
Get-ChildItem -Recurse $target -Include "__pycache__" | Remove-Item -Recurse -Force
|
||||
Copy-Item .\installer_wizard_en.ts, .\README.md, .\LICENSE $target
|
||||
|
||||
# Find the version:
|
||||
|
||||
Reference in New Issue
Block a user