Add Ghostbox hardware and logistics automation
This commit is contained in:
@@ -28,6 +28,10 @@ Write-Host "Copying ddl folder to dist..." -ForegroundColor Cyan
|
||||
if (Test-Path "dist\ddl") { Remove-Item "dist\ddl" -Recurse -Force -ErrorAction SilentlyContinue }
|
||||
if (Test-Path "ddl") { Copy-Item "ddl" "dist\ddl" -Recurse -Force }
|
||||
|
||||
Write-Host "Copying Ghostbox_ddl folder to dist..." -ForegroundColor Cyan
|
||||
if (Test-Path "dist\Ghostbox_ddl") { Remove-Item "dist\Ghostbox_ddl" -Recurse -Force -ErrorAction SilentlyContinue }
|
||||
if (Test-Path "Ghostbox_ddl") { Copy-Item "Ghostbox_ddl" "dist\Ghostbox_ddl" -Recurse -Force }
|
||||
|
||||
Write-Host "Copying images folder to dist..." -ForegroundColor Cyan
|
||||
if (Test-Path "dist\images") { Remove-Item "dist\images" -Recurse -Force -ErrorAction SilentlyContinue }
|
||||
if (Test-Path "images") { Copy-Item "images" "dist\images" -Recurse -Force }
|
||||
|
||||
Reference in New Issue
Block a user