mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
update url
This commit is contained in:
parent
63dc0179c1
commit
f7d76eef98
7 changed files with 14 additions and 14 deletions
|
@ -35,14 +35,14 @@ steps:
|
||||||
- echo "writing to $TARGET_DIR/$FN"
|
- echo "writing to $TARGET_DIR/$FN"
|
||||||
- strip -s build/bin/wowllet
|
- strip -s build/bin/wowllet
|
||||||
- zip -j "$TARGET_DIR/$FN" build/feather.log build/bin/wowllet
|
- zip -j "$TARGET_DIR/$FN" build/feather.log build/bin/wowllet
|
||||||
- echo "[*] written to https://build.featherwallet.org/files/linux-release/$DRONE_SOURCE_BRANCH/$FN"
|
- echo "[*] written to https://build.wownero.org/files/linux-release/$DRONE_SOURCE_BRANCH/$FN"
|
||||||
- # AppImage
|
- # AppImage
|
||||||
- export FN="wowllet-`git rev-parse --short HEAD`.AppImage"
|
- export FN="wowllet-`git rev-parse --short HEAD`.AppImage"
|
||||||
- export TARGET_DIR="/linux-release-appimage/$DRONE_SOURCE_BRANCH"
|
- export TARGET_DIR="/linux-release-appimage/$DRONE_SOURCE_BRANCH"
|
||||||
- mkdir -p "$TARGET_DIR"
|
- mkdir -p "$TARGET_DIR"
|
||||||
- echo "writing to $TARGET_DIR/$FN"
|
- echo "writing to $TARGET_DIR/$FN"
|
||||||
- mv "wowllet.AppImage" "$TARGET_DIR/$FN"
|
- mv "wowllet.AppImage" "$TARGET_DIR/$FN"
|
||||||
- echo "[*] written to https://build.featherwallet.org/files/linux-release-appimage/$DRONE_SOURCE_BRANCH/$FN"
|
- echo "[*] written to https://build.wownero.org/files/linux-release-appimage/$DRONE_SOURCE_BRANCH/$FN"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: ccache_linux_release
|
- name: ccache_linux_release
|
||||||
|
@ -87,7 +87,7 @@ steps:
|
||||||
- mkdir -p "$TARGET_DIR"
|
- mkdir -p "$TARGET_DIR"
|
||||||
- echo "writing to $TARGET_DIR/$FN"
|
- echo "writing to $TARGET_DIR/$FN"
|
||||||
- zip -j "$TARGET_DIR/$FN" build/x86_64-w64-mingw32/release/bin/wowllet.exe
|
- zip -j "$TARGET_DIR/$FN" build/x86_64-w64-mingw32/release/bin/wowllet.exe
|
||||||
- echo "[*] written to https://build.featherwallet.org/files-wow/windows-release/$DRONE_SOURCE_BRANCH/$FN"
|
- echo "[*] written to https://build.wownero.org/files-wow/windows-release/$DRONE_SOURCE_BRANCH/$FN"
|
||||||
volumes:
|
volumes:
|
||||||
- name: ccache_win_release
|
- name: ccache_win_release
|
||||||
host:
|
host:
|
||||||
|
@ -125,7 +125,7 @@ steps:
|
||||||
- mkdir -p "$TARGET_DIR"
|
- mkdir -p "$TARGET_DIR"
|
||||||
- echo "writing to $TARGET_DIR/$FN"
|
- echo "writing to $TARGET_DIR/$FN"
|
||||||
- mv build/wowllet.zip "$TARGET_DIR/$FN"
|
- mv build/wowllet.zip "$TARGET_DIR/$FN"
|
||||||
- echo "[*] written to https://build.featherwallet.org/files-wow/mac-release/$DRONE_SOURCE_BRANCH/$FN"
|
- echo "[*] written to https://build.wownero.org/files-wow/mac-release/$DRONE_SOURCE_BRANCH/$FN"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: files_mac_release
|
- name: files_mac_release
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Buildbot builds
|
## Buildbot builds
|
||||||
|
|
||||||
The docker build bins can be found here: https://build.featherwallet.org/files/
|
The docker build bins can be found here: https://build.wownero.org/files/
|
||||||
|
|
||||||
## Docker static builds
|
## Docker static builds
|
||||||
|
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -7,7 +7,7 @@ pkgrel=1
|
||||||
pkgdesc='a free Monero desktop wallet'
|
pkgdesc='a free Monero desktop wallet'
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://featherwallet.org"
|
url="https://wownero.org"
|
||||||
depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'pcsclite' 'hidapi' 'protobuf' 'miniupnpc' 'libgcrypt' 'qrencode' 'libsodium' 'libpgm' 'expat' 'qt5-base' 'qt5-websockets' 'tor')
|
depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'pcsclite' 'hidapi' 'protobuf' 'miniupnpc' 'libgcrypt' 'qrencode' 'libsodium' 'libpgm' 'expat' 'qt5-base' 'qt5-websockets' 'tor')
|
||||||
makedepends=('git' 'cmake' 'boost')
|
makedepends=('git' 'cmake' 'boost')
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Please do not open an issue to report security issues.
|
Please do not open an issue to report security issues.
|
||||||
|
|
||||||
To report a vulnerability send an email to dev@featherwallet.org
|
To report a vulnerability send an email to dev@wownero.org
|
||||||
|
|
||||||
The following keys may be used to communicate sensitive information to developers:
|
The following keys may be used to communicate sensitive information to developers:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Feather <feather_version> (<feather_git_head>)
|
Feather <feather_version> (<feather_git_head>)
|
||||||
|
|
||||||
Website: https://featherwallet.org
|
Website: https://wownero.org
|
||||||
E-mail: dev@featherwallet.org
|
E-mail: dev@wownero.org
|
||||||
|
|
||||||
Created by dsc, tobtoht, and contributors.
|
Created by dsc, tobtoht, and contributors.
|
||||||
|
|
||||||
|
|
|
@ -97,8 +97,8 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
|
||||||
if(cliMode) {
|
if(cliMode) {
|
||||||
QCoreApplication cli_app(argc, argv);
|
QCoreApplication cli_app(argc, argv);
|
||||||
QCoreApplication::setApplicationName("wowllet");
|
QCoreApplication::setApplicationName("wowllet");
|
||||||
QCoreApplication::setOrganizationDomain("featherwallet.org");
|
QCoreApplication::setOrganizationDomain("wownero.org");
|
||||||
QCoreApplication::setOrganizationName("featherwallet.org");
|
QCoreApplication::setOrganizationName("wownero.org");
|
||||||
|
|
||||||
auto *ctx = new AppContext(&parser);
|
auto *ctx = new AppContext(&parser);
|
||||||
ctx->applicationPath = QString(argv[0]);
|
ctx->applicationPath = QString(argv[0]);
|
||||||
|
@ -130,8 +130,8 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
QApplication::setApplicationName("wowllet");
|
QApplication::setApplicationName("wowllet");
|
||||||
QApplication::setOrganizationDomain("featherwallet.org");
|
QApplication::setOrganizationDomain("wownero.org");
|
||||||
QApplication::setOrganizationName("featherwallet.org");
|
QApplication::setOrganizationName("wownero.org");
|
||||||
|
|
||||||
parser.process(app); // Parse again for --help and --version
|
parser.process(app); // Parse again for --help and --version
|
||||||
|
|
||||||
|
|
|
@ -96,7 +96,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) :
|
||||||
"Try to explain not only what the bug is, but how it occurs.</body>");
|
"Try to explain not only what the bug is, but how it occurs.</body>");
|
||||||
});
|
});
|
||||||
connect(ui->actionShow_debug_info, &QAction::triggered, this, &MainWindow::showDebugInfo);
|
connect(ui->actionShow_debug_info, &QAction::triggered, this, &MainWindow::showDebugInfo);
|
||||||
connect(ui->actionOfficialWebsite, &QAction::triggered, [=] { Utils::externalLinkWarning(this, "https://featherwallet.org"); });
|
connect(ui->actionOfficialWebsite, &QAction::triggered, [=] { Utils::externalLinkWarning(this, "https://wownero.org"); });
|
||||||
|
|
||||||
#if defined(Q_OS_LINUX)
|
#if defined(Q_OS_LINUX)
|
||||||
// system tray
|
// system tray
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue