dammit
This commit is contained in:
parent
02d726d43f
commit
3ef26444d9
|
|
@ -72,7 +72,7 @@ public class GlobalFuncs
|
||||||
.Replace("%build%", Assembly.GetExecutingAssembly().GetName().Version.Build.ToString())
|
.Replace("%build%", Assembly.GetExecutingAssembly().GetName().Version.Build.ToString())
|
||||||
.Replace("%revision%", Assembly.GetExecutingAssembly().GetName().Version.Revision.ToString())
|
.Replace("%revision%", Assembly.GetExecutingAssembly().GetName().Version.Revision.ToString())
|
||||||
.Replace("%extended-revision%", (!extendedversionrevision.Equals("-1") ? extendedversionrevision : ""))
|
.Replace("%extended-revision%", (!extendedversionrevision.Equals("-1") ? extendedversionrevision : ""))
|
||||||
.Replace("%lite%", (!extendedversionrevision.Equals("False") ? " (Lite)" : ""));
|
.Replace("%lite%", (!isLite.Equals("False") ? " (Lite)" : ""));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool changelogedit = Convert.ToBoolean(extendedversioneditchangelog);
|
bool changelogedit = Convert.ToBoolean(extendedversioneditchangelog);
|
||||||
|
|
|
||||||
|
|
@ -171,3 +171,4 @@ Not a metaverse!
|
||||||
[stylish]We both know that there are a thousand ways I could destroy you right now.|And 941 of them hurt.
|
[stylish]We both know that there are a thousand ways I could destroy you right now.|And 941 of them hurt.
|
||||||
IT WAS 99 CENTS!
|
IT WAS 99 CENTS!
|
||||||
PRETTY PRETTY NINE!|DEATH GRIPS IS ONLINE!
|
PRETTY PRETTY NINE!|DEATH GRIPS IS ONLINE!
|
||||||
|
I AM GONNA TAKE YOUR COAT|SAY THANKS
|
||||||
Loading…
Reference in New Issue