Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/client
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-04-22 13:23:57 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-04-22 13:23:57 +1000
commitad72057c38096a8d60086ddccc251dfcbcdb9d91 (patch)
tree38f58c9625584b4e00f8cd88c4080151c465df6f /source/client
parent52dae03aae84afa78a9dbfc68976e99fd1b20ee2 (diff)
Add server icon and fix Installer shortcuts
Diffstat (limited to 'source/client')
-rw-r--r--source/client/starbound-circle.icobin0 -> 370070 bytes
-rw-r--r--source/client/starbound-largelogo.icobin410598 -> 0 bytes
-rw-r--r--source/client/starbound.icobin410598 -> 55744 bytes
-rw-r--r--source/client/starbound.rc14
4 files changed, 7 insertions, 7 deletions
diff --git a/source/client/starbound-circle.ico b/source/client/starbound-circle.ico
new file mode 100644
index 0000000..113ddfa
--- /dev/null
+++ b/source/client/starbound-circle.ico
Binary files differ
diff --git a/source/client/starbound-largelogo.ico b/source/client/starbound-largelogo.ico
deleted file mode 100644
index 999d921..0000000
--- a/source/client/starbound-largelogo.ico
+++ /dev/null
Binary files differ
diff --git a/source/client/starbound.ico b/source/client/starbound.ico
index 999d921..68a0ee5 100644
--- a/source/client/starbound.ico
+++ b/source/client/starbound.ico
Binary files differ
diff --git a/source/client/starbound.rc b/source/client/starbound.rc
index 1295f41..1a7229e 100644
--- a/source/client/starbound.rc
+++ b/source/client/starbound.rc
@@ -1,19 +1,19 @@
1 VERSIONINFO
-FILEVERSION 0,9,0,0
-PRODUCTVERSION 0,9,0,0
+FILEVERSION 1,0,0,0
+PRODUCTVERSION 1,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Chucklefish LTD"
- VALUE "FileDescription", "Starbound"
- VALUE "FileVersion", "0.9beta"
+ VALUE "FileDescription", "OpenStarbound"
+ VALUE "FileVersion", "1.0"
VALUE "InternalName", "starbound"
VALUE "LegalCopyright", "Chucklefish LTD"
VALUE "OriginalFilename", "starbound.exe"
- VALUE "ProductName", "Starbound"
- VALUE "ProductVersion", "0.9beta"
+ VALUE "ProductName", "OpenStarbound"
+ VALUE "ProductVersion", "1.0"
END
END
@@ -22,4 +22,4 @@ BEGIN
VALUE "Translation", 0x409, 1252
END
END
-icon ICON "starbound-largelogo.ico"
+icon ICON "starbound.ico"