Improve build identification (#927)
* Improve build identification Add versioning on CI build Fix #887 * Fix appveyor * Fix appveyor for real now
This commit is contained in:
parent
505f95848b
commit
8d83878f67
5 changed files with 11 additions and 6 deletions
|
@ -38,8 +38,7 @@ namespace Ryujinx.Ui
|
|||
_discordLogo.Pixbuf = new Gdk.Pixbuf(Assembly.GetExecutingAssembly(), "Ryujinx.Ui.assets.DiscordLogo.png", 30 , 30 );
|
||||
_twitterLogo.Pixbuf = new Gdk.Pixbuf(Assembly.GetExecutingAssembly(), "Ryujinx.Ui.assets.TwitterLogo.png", 30 , 30 );
|
||||
|
||||
// todo: Get version string
|
||||
_versionText.Text = "Unknown Version";
|
||||
_versionText.Text = Program.Version;
|
||||
}
|
||||
|
||||
private static void OpenUrl(string url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue