cleanup packager, add beta icons

This commit is contained in:
Stephen Birarda 2016-01-05 10:16:35 -08:00
parent a103839396
commit 3f3ded09df
4 changed files with 3 additions and 6 deletions

View file

@ -11,11 +11,13 @@ if (osType == "Darwin" || osType == "Linux") {
// setup the common options for the packager // setup the common options for the packager
var options = { var options = {
dir: __dirname, dir: __dirname,
name: "server-console",
version: "0.35.4", version: "0.35.4",
overwrite: true, overwrite: true,
prune: true, prune: true,
arch: "x64", arch: "x64",
platform: platform platform: platform,
icon: "resources/console"
} }
const EXEC_NAME = "server-console"; const EXEC_NAME = "server-console";
@ -25,18 +27,13 @@ const FULL_NAME = "High Fidelity Server Console";
// setup per OS options // setup per OS options
if (osType == "Darwin") { if (osType == "Darwin") {
options["name"] = SHORT_NAME options["name"] = SHORT_NAME
options["icon"] = "resources/console.icns"
} else if (osType == "Windows_NT") { } else if (osType == "Windows_NT") {
options["name"] = "server-console"
options["icon"] = "resources/console.ico"
options["version-string"] = { options["version-string"] = {
CompanyName: "High Fidelity, Inc.", CompanyName: "High Fidelity, Inc.",
FileDescription: SHORT_NAME, FileDescription: SHORT_NAME,
ProductName: FULL_NAME, ProductName: FULL_NAME,
OriginalFilename: EXEC_NAME + ".exe" OriginalFilename: EXEC_NAME + ".exe"
} }
} else if (osType == "Linux") {
options["name"] = "server-console"
} }
// check if we were passed a custom out directory, pass it along if so // check if we were passed a custom out directory, pass it along if so

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB