mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Duplicate verSpec
This commit is contained in:
parent
202a3f7cfc
commit
b98cb8ee5d
1 changed files with 1 additions and 1 deletions
|
@ -2195,7 +2195,7 @@ namespace IDE
|
|||
projectSpec.mProjectName = new .(project.mProjectName);
|
||||
if (verSpec != .None)
|
||||
{
|
||||
projectSpec.mVerSpec = verSpec;
|
||||
projectSpec.mVerSpec = verSpec.Duplicate();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue