Actualizado Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -33,7 +33,7 @@ windows_release:
|
||||
powershell if (Test-Path "$(releaseFolder)\data\room\standard.tsx") {Remove-Item "$(releaseFolder)\data\room\standard.tsx" -Recurse -Force}
|
||||
powershell if (Test-Path "$(releaseFolder)\data\config") {Remove-Item "$(releaseFolder)\data\config" -Recurse -Force}
|
||||
powershell if (-not (Test-Path "$(releaseFolder)\data\config")) {New-Item "$(releaseFolder)\data\config" -ItemType Directory}
|
||||
powershell Copy-Item "release\config.txt" -Destination "$(releaseFolder)\data\config"
|
||||
powershell Copy-Item "release\config.txt" -Destination "$(releaseFolder)\data\config\"
|
||||
|
||||
# Copy root files
|
||||
powershell Copy-Item "LICENSE" -Destination "$(releaseFolder)"
|
||||
|
||||
Reference in New Issue
Block a user