diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-22 13:23:57 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-22 13:23:57 +1000 |
commit | ad72057c38096a8d60086ddccc251dfcbcdb9d91 (patch) | |
tree | 38f58c9625584b4e00f8cd88c4080151c465df6f /source/server/starbound_server.rc | |
parent | 52dae03aae84afa78a9dbfc68976e99fd1b20ee2 (diff) |
Add server icon and fix Installer shortcuts
Diffstat (limited to 'source/server/starbound_server.rc')
-rw-r--r-- | source/server/starbound_server.rc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/source/server/starbound_server.rc b/source/server/starbound_server.rc new file mode 100644 index 0000000..c6eb4f2 --- /dev/null +++ b/source/server/starbound_server.rc @@ -0,0 +1,25 @@ +1 VERSIONINFO +FILEVERSION 1,0,0,0 +PRODUCTVERSION 1,0,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + BEGIN + VALUE "CompanyName", "Chucklefish LTD" + VALUE "FileDescription", "OpenStarbound Server" + VALUE "FileVersion", "1.0" + VALUE "InternalName", "starbound_server" + VALUE "LegalCopyright", "Chucklefish LTD" + VALUE "OriginalFilename", "starbound_server.exe" + VALUE "ProductName", "OpenStarbound Server" + VALUE "ProductVersion", "1.0" + END + END + + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1252 + END +END +icon ICON "starbound_server.ico" |