Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesTiler/Program.cs')
-rw-r--r--NesTiler/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/NesTiler/Program.cs b/NesTiler/Program.cs
index 1ec2578..5b862e4 100644
--- a/NesTiler/Program.cs
+++ b/NesTiler/Program.cs
@@ -21,8 +21,8 @@ namespace com.clusterrr.Famicom.NesTiler
static void PrintAppInfo()
{
Console.WriteLine($"NesTiler v{Assembly.GetExecutingAssembly()?.GetName()?.Version?.Major}.{Assembly.GetExecutingAssembly()?.GetName()?.Version?.Minor}");
- Console.WriteLine($" Commit {Properties.Resources.gitCommit} @ {REPO_PATH}");
#if DEBUG
+ Console.WriteLine($" Commit {Properties.Resources.gitCommit} @ {REPO_PATH}");
Console.WriteLine($" Debug version, build time: {BUILD_TIME.ToLocalTime()}");
#endif
Console.WriteLine(" (c) Alexey 'Cluster' Avdyukhin / https://clusterrr.com / clusterrr@clusterrr.com");