From 25037479e05e2dfaf4e3e1a93381280be8fdaadc Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 12 Mar 2019 14:22:42 +0100 Subject: [PATCH] Deleted moveItems.ps1 --- .../ReallifeGamemode.Client.csproj | 4 ---- ReallifeGamemode.Client/Scripts/moveItems.ps1 | 22 ------------------- 2 files changed, 26 deletions(-) delete mode 100644 ReallifeGamemode.Client/Scripts/moveItems.ps1 diff --git a/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj b/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj index 7da8ad89..d106cecb 100644 --- a/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj +++ b/ReallifeGamemode.Client/ReallifeGamemode.Client.csproj @@ -34,9 +34,5 @@ ..\..\rage-sharp.dll - - - - diff --git a/ReallifeGamemode.Client/Scripts/moveItems.ps1 b/ReallifeGamemode.Client/Scripts/moveItems.ps1 deleted file mode 100644 index 01e73ad0..00000000 --- a/ReallifeGamemode.Client/Scripts/moveItems.ps1 +++ /dev/null @@ -1,22 +0,0 @@ -#$rootPath = "$PSScriptRoot\.." - -#$assetPath = "$rootPath\assets" -#$csPackagesPath = "$rootPath\cs_packages" -#$dlcPacksPath = "$rootPath\dlcpacks" - -#$clientResourcesPath = "$rootPath\..\..\client_packages" -#$sourceDlcPacksPath = "$rootPath\..\..\source_dlcpacks" - -#Remove-Item -Path "$clientResourcesPath\*" -Recurse -Force - -#$exclude = @('*.ts', 'package.json', 'package-lock.json', 'tsconfig.json', '*.csproj', 'Scripts', 'node_modules', 'bin', 'obj', 'dlcpacks') - -#if(!(Test-Path $sourceDlcPacksPath)) -#{ -# New-Item -Type Directory $sourceDlcPacksPath -#} - -#Remove-Item -Path "$sourceDlcPacksPath\*" -Recurse -Force - -#Copy-Item "$rootPath\*" $clientResourcesPath -Recurse -Exclude $exclude -#Copy-Item "$dlcPacksPath\*" $sourceDlcPacksPath -Recurse -Force \ No newline at end of file