mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-03-23 19:19:40 -04:00
made tool compatible with dgvoodoo
This commit is contained in:
parent
0e5e3823a4
commit
d6f4fcd159
1 changed files with 5 additions and 2 deletions
|
@ -288,8 +288,11 @@ namespace Rebuilder
|
|||
|
||||
try
|
||||
{
|
||||
File.Copy(dir + "/ISLE.EXE", temp_path + "/ISLE.EXE", true);
|
||||
File.Copy(dir + "/LEGO1.DLL", temp_path + "/LEGO1.DLL", true);
|
||||
string[] dll_files = Directory.GetFiles(dir);
|
||||
for (int i=0;i<dll_files.Length;i++)
|
||||
{
|
||||
File.Copy(dll_files[i], temp_path + "/" + Path.GetFileName(dll_files[i]), true);
|
||||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue