mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
Reverted version change.
This commit is contained in:
parent
1204411e4e
commit
ebeb20fd7c
1 changed files with 2 additions and 2 deletions
|
|
@ -282,11 +282,11 @@ namespace Cosmos.Build.Builder
|
||||||
{
|
{
|
||||||
string xVSIPDir = Path.Combine(mCosmosDir, "Build", "VSIP");
|
string xVSIPDir = Path.Combine(mCosmosDir, "Build", "VSIP");
|
||||||
string xPackagesDir = Path.Combine(xVSIPDir, "KernelPackages");
|
string xPackagesDir = Path.Combine(xVSIPDir, "KernelPackages");
|
||||||
string xVersion = DateTime.Now.ToString("yyyy.MM.dd");
|
string xVersion = "1.0.0";
|
||||||
|
|
||||||
if (!App.IsUserKit)
|
if (!App.IsUserKit)
|
||||||
{
|
{
|
||||||
xVersion += DateTime.Now.ToString("-HH.mm");
|
xVersion += "-" + DateTime.Now.ToString("yyyyMMddHHmm");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Directory.Exists(xVSIPDir))
|
if (!Directory.Exists(xVSIPDir))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue