Skip to content

Commit

Permalink
bin descriptors
Browse files Browse the repository at this point in the history
bin descriptors
  • Loading branch information
apollondeveloper committed Jun 17, 2018
2 parents 7b6c451 + dff5f83 commit fe5d603
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Expand Up @@ -12,10 +12,10 @@ AC_CONFIG_HEADERS([src/config/apollon-config.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux/m4])

BITCOIN_DAEMON_NAME=Apollond
BITCOIN_GUI_NAME=Apollon-Qt
BITCOIN_CLI_NAME=Apollon-cli
BITCOIN_TX_NAME=Apollon-tx
BITCOIN_DAEMON_NAME=apollond
BITCOIN_GUI_NAME=apollon-qt
BITCOIN_CLI_NAME=apollon-cli
BITCOIN_TX_NAME=apollon-tx

dnl Unless the user specified ARFLAGS, force it to be cr
AC_ARG_VAR(ARFLAGS, [Flags for the archiver, defaults to <cr> if not set])
Expand Down
10 changes: 5 additions & 5 deletions src/apollon-cli-res.rc
Expand Up @@ -16,14 +16,14 @@ BEGIN
BEGIN
BLOCK "040904E4" // U.S. English - multilingual (hex)
BEGIN
VALUE "CompanyName", "Xapx"
VALUE "FileDescription", "Xapx-cli (OSS RPC client for Xapx)"
VALUE "CompanyName", "Apollon"
VALUE "FileDescription", "ApollonCore-cli (OSS RPC client for Xapx)"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "apollon-cli"
VALUE "InternalName", "ApollonCore-cli"
VALUE "LegalCopyright", COPYRIGHT_STR
VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
VALUE "OriginalFilename", "apollon-cli.exe"
VALUE "ProductName", "Xapx-cli"
VALUE "OriginalFilename", "ApollonCore-cli.exe"
VALUE "ProductName", "ApollonCore-cli"
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
END
END
Expand Down
8 changes: 4 additions & 4 deletions src/apollon-tx-res.rc
Expand Up @@ -17,13 +17,13 @@ BEGIN
BLOCK "040904E4" // U.S. English - multilingual (hex)
BEGIN
VALUE "CompanyName", "Apollon"
VALUE "FileDescription", "apollon-tx (CLI Apollon transaction editor utility)"
VALUE "FileDescription", "ApollonCore-tx (CLI Apollon transaction editor utility)"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "apollon-tx"
VALUE "InternalName", "ApollonCore-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", "apollon-tx.exe"
VALUE "ProductName", "apollon-tx"
VALUE "OriginalFilename", "ApollonCore-tx.exe"
VALUE "ProductName", "ApollonCore-tx"
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
END
END
Expand Down
8 changes: 4 additions & 4 deletions src/apollond-res.rc
Expand Up @@ -17,13 +17,13 @@ BEGIN
BLOCK "040904E4" // U.S. English - multilingual (hex)
BEGIN
VALUE "CompanyName", "Apollon"
VALUE "FileDescription", "apollond (OSS daemon/client for Apollon)"
VALUE "FileDescription", "ApollonCored (OSS daemon/client for Apollon)"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "apollond"
VALUE "InternalName", "ApollonCored"
VALUE "LegalCopyright", COPYRIGHT_STR
VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
VALUE "OriginalFilename", "apollond.exe"
VALUE "ProductName", "apollond"
VALUE "OriginalFilename", "ApollonCored.exe"
VALUE "ProductName", "ApollonCored"
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
END
END
Expand Down

0 comments on commit fe5d603

Please sign in to comment.