fixed setting version variable
This commit is contained in:
parent
c66551750d
commit
0353001ac5
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ namespace EliteScreenshots
|
|||
VA = vaProxy;
|
||||
VA.TextVariableChanged += new Action<string, string, string, Guid?>(TextVariableChanged);
|
||||
|
||||
VA.SetText("EliteScreenshots.version", VERSION);
|
||||
VA.SetText("EliteScreenshots.version", VERSION.ToString());
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue