This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit 759996fd57c3163ea24bd9179d3455ad3a69e304 Author: AmatCoder <[email protected]> Date: Sat Nov 19 03:43:34 2016 +0000 Resource file for Windows added --- share/win/mednaffe.rc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/share/win/mednaffe.rc b/share/win/mednaffe.rc new file mode 100644 index 0000000..a0b1206 --- /dev/null +++ b/share/win/mednaffe.rc @@ -0,0 +1,26 @@ +1 ICON "mednaffe.ico" + +1 VERSIONINFO +FILEVERSION 0,8,1,0 +PRODUCTVERSION 0,8,1,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + BEGIN + VALUE "FileDescription", "A front-end (GUI) for Mednafen emulator" + VALUE "FileVersion", "0.8.1" + VALUE "InternalName", "mednaffe" + VALUE "LegalCopyright", "Copyright © 2010-2016 AmatCoder" + VALUE "LegalTrademarks", "Released under GPLv3" + VALUE "OriginalFilename", "mednaffe.exe" + VALUE "ProductName", "Mednaffe" + VALUE "ProductVersion", "0.8.1" + END + END + + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1252 + END +END -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

