mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fix?
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
// temporary disabled
|
||||
|
||||
|
||||
//Generated for platform: any
|
||||
//Generated for platform: x64
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
if (string.IsNullOrEmpty(platformValue))
|
||||
{
|
||||
#>
|
||||
// temporary disabled <#@ include file="AssemblyInfo.ttinclude" #>
|
||||
<#@ include file="AssemblyInfo.ttinclude" #>
|
||||
<#
|
||||
}
|
||||
#>
|
||||
@@ -32,7 +32,6 @@ using System.Resources;
|
||||
DateTime lastReleaseDate = new DateTime(2019, 9, 2);
|
||||
TimeSpan elapsed = DateTime.UtcNow - lastReleaseDate;
|
||||
int build = (int)(elapsed.TotalMinutes / 1000);
|
||||
platformValue = "x64";
|
||||
#>
|
||||
|
||||
// General Information
|
||||
|
||||
@@ -25,4 +25,5 @@
|
||||
?? Environment.GetEnvironmentVariable("Platform")
|
||||
?? Environment.GetEnvironmentVariable("PLATFORM")
|
||||
?? "Any CPU";
|
||||
#>
|
||||
#>
|
||||
<#@ import namespace="EnvDTE" #>
|
||||
Reference in New Issue
Block a user