Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/BGL-cli-res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ BEGIN
BLOCK "040904E4" // U.S. English - multilingual (hex)
BEGIN
VALUE "CompanyName", "Bitgesell"
VALUE "FileDescription", "BGL-util (CLI Bitgesell utility)"
VALUE "FileDescription", "BGL-cli (JSON-RPC client for " PACKAGE_NAME ")"
VALUE "FileVersion", PACKAGE_VERSION
VALUE "InternalName", "BGL-util"
VALUE "InternalName", "BGL-cli"
VALUE "LegalCopyright", COPYRIGHT_STR
VALUE "LegalTrademarks1", "Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
VALUE "OriginalFilename", "BGL-util.exe"
VALUE "ProductName", "BGL-util"
VALUE "OriginalFilename", "BGL-cli.exe"
VALUE "ProductName", "BGL-cli"
VALUE "ProductVersion", PACKAGE_VERSION
END
END
Expand Down
8 changes: 4 additions & 4 deletions src/BGL-tx-res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ BEGIN
BLOCK "040904E4" // U.S. English - multilingual (hex)
BEGIN
VALUE "CompanyName", "Bitgesell"
VALUE "FileDescription", "BGLd (Bitgesell node with a JSON-RPC server)"
VALUE "FileDescription", "BGL-tx (CLI Bitgesell transaction editor utility)"
VALUE "FileVersion", PACKAGE_VERSION
VALUE "InternalName", "BGLd"
VALUE "InternalName", "BGL-tx"
VALUE "LegalCopyright", COPYRIGHT_STR
VALUE "LegalTrademarks1", "Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
VALUE "OriginalFilename", "BGLd.exe"
VALUE "ProductName", "BGLd"
VALUE "OriginalFilename", "BGL-tx.exe"
VALUE "ProductName", "BGL-tx"
VALUE "ProductVersion", PACKAGE_VERSION
END
END
Expand Down
8 changes: 4 additions & 4 deletions src/BGL-util-res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ BEGIN
BLOCK "040904E4" // U.S. English - multilingual (hex)
BEGIN
VALUE "CompanyName", "Bitgesell"
VALUE "FileDescription", "BGL-tx (CLI Bitgesell transaction editor utility)"
VALUE "FileDescription", "BGL-util (CLI Bitgesell utility)"
VALUE "FileVersion", PACKAGE_VERSION
VALUE "InternalName", "BGL-tx"
VALUE "InternalName", "BGL-util"
VALUE "LegalCopyright", COPYRIGHT_STR
VALUE "LegalTrademarks1", "Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
VALUE "OriginalFilename", "BGL-tx.exe"
VALUE "ProductName", "BGL-tx"
VALUE "OriginalFilename", "BGL-util.exe"
VALUE "ProductName", "BGL-util"
VALUE "ProductVersion", PACKAGE_VERSION
END
END
Expand Down
8 changes: 4 additions & 4 deletions src/BGL-wallet-res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ BEGIN
BLOCK "040904E4" // U.S. English - multilingual (hex)
BEGIN
VALUE "CompanyName", "Bitgesell"
VALUE "FileDescription", "BGL-cli (JSON-RPC client for " PACKAGE_NAME ")"
VALUE "FileDescription", "BGL-wallet (Bitgesell wallet utility)"
VALUE "FileVersion", PACKAGE_VERSION
VALUE "InternalName", "BGL-cli"
VALUE "InternalName", "BGL-wallet"
VALUE "LegalCopyright", COPYRIGHT_STR
VALUE "LegalTrademarks1", "Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
VALUE "OriginalFilename", "BGL-cli.exe"
VALUE "ProductName", "BGL-cli"
VALUE "OriginalFilename", "BGL-wallet.exe"
VALUE "ProductName", "BGL-wallet"
VALUE "ProductVersion", PACKAGE_VERSION
END
END
Expand Down