Skip to content

Commit db6e11d

Browse files
committed
Upd appveyor.yml
1 parent 3ae50a0 commit db6e11d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ before_build:
99
$destination_file = $original_file
1010
1111
(Get-Content $original_file) | Foreach-Object {
12-
$_ -replace '<PostBuildEvent>copy \"\$\(ProjectDir\)\$\(OutDir\)\*.dll\" \"d:\\GAMES\\Steam\\Steam\\SteamApps\\common\\Grand Theft Auto V\\scripts\\\"</PostBuildEvent>', '' `
12+
$_ -replace '<PostBuildEvent>xcopy \"\$\(ProjectDir\)\$\(OutDir\)\*.dll\" \"d:\\GAMES\\Steam\\Steam\\SteamApps\\common\\Grand Theft Auto V\\scripts\\\" /C', '' `
13+
-replace 'xcopy \"\$\(ProjectDir\)\$\(OutDir\)\*.pdb\" \"d:\\GAMES\\Steam\\Steam\\SteamApps\\common\\Grand Theft Auto V\\scripts\\\" /C</PostBuildEvent>', '' `
1314
} | Set-Content $destination_file
1415
New-Item -ItemType File -Path Code\\AccountInBank\\bin\\\Release\\README.txt -Force
1516

0 commit comments

Comments
 (0)