diff options
author | Eugene Sandulenko | 2016-05-29 14:46:56 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-29 14:46:56 +0200 |
commit | 4dba5f56047c8424b74c9df312aafedd154dcd05 (patch) | |
tree | 0333f4e0db4a826ff3021bdcf3fd51a517895e0a /dists | |
parent | 980d5f3027305066a5751d4111ac18a615f37260 (diff) | |
parent | 8d78615ac8ef532bdcaf144893a1cb7935f22d35 (diff) | |
download | scummvm-rg350-4dba5f56047c8424b74c9df312aafedd154dcd05.tar.gz scummvm-rg350-4dba5f56047c8424b74c9df312aafedd154dcd05.tar.bz2 scummvm-rg350-4dba5f56047c8424b74c9df312aafedd154dcd05.zip |
Merge pull request #763 from bluegr/winsparkle
UPDATES: Add support for WinSparkle
Diffstat (limited to 'dists')
-rw-r--r-- | dists/scummvm.rc | 1 | ||||
-rw-r--r-- | dists/scummvm.rc.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc index aad521fddd..873feaa419 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -81,6 +81,7 @@ BEGIN BLOCK "040904b0" // US English, Unicode BEGIN VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" + VALUE "CompanyName", "scummvm.org\0" VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "1.9.0git\0" VALUE "InternalName", "scummvm\0" diff --git a/dists/scummvm.rc.in b/dists/scummvm.rc.in index 34a4948381..2e0a5ff745 100644 --- a/dists/scummvm.rc.in +++ b/dists/scummvm.rc.in @@ -81,6 +81,7 @@ BEGIN BLOCK "040904b0" // US English, Unicode BEGIN VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" + VALUE "CompanyName", "scummvm.org\0" VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "scummvm\0" |