openvr-qml-windows
wowario 3 years ago
parent 63dc0179c1
commit f7d76eef98
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -35,14 +35,14 @@ steps:
- echo "writing to $TARGET_DIR/$FN"
- strip -s 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
- export FN="wowllet-`git rev-parse --short HEAD`.AppImage"
- export TARGET_DIR="/linux-release-appimage/$DRONE_SOURCE_BRANCH"
- mkdir -p "$TARGET_DIR"
- echo "writing to $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:
- name: ccache_linux_release
@ -87,7 +87,7 @@ steps:
- mkdir -p "$TARGET_DIR"
- echo "writing to $TARGET_DIR/$FN"
- 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:
- name: ccache_win_release
host:
@ -125,7 +125,7 @@ steps:
- mkdir -p "$TARGET_DIR"
- echo "writing to $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:
- name: files_mac_release

@ -1,6 +1,6 @@
## 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

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='a free Monero desktop wallet'
license=('BSD')
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')
makedepends=('git' 'cmake' 'boost')

@ -4,7 +4,7 @@
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:

@ -1,7 +1,7 @@
Feather <feather_version> (<feather_git_head>)
Website: https://featherwallet.org
E-mail: dev@featherwallet.org
Website: https://wownero.org
E-mail: dev@wownero.org
Created by dsc, tobtoht, and contributors.

@ -97,8 +97,8 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
if(cliMode) {
QCoreApplication cli_app(argc, argv);
QCoreApplication::setApplicationName("wowllet");
QCoreApplication::setOrganizationDomain("featherwallet.org");
QCoreApplication::setOrganizationName("featherwallet.org");
QCoreApplication::setOrganizationDomain("wownero.org");
QCoreApplication::setOrganizationName("wownero.org");
auto *ctx = new AppContext(&parser);
ctx->applicationPath = QString(argv[0]);
@ -130,8 +130,8 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
QApplication app(argc, argv);
QApplication::setApplicationName("wowllet");
QApplication::setOrganizationDomain("featherwallet.org");
QApplication::setOrganizationName("featherwallet.org");
QApplication::setOrganizationDomain("wownero.org");
QApplication::setOrganizationName("wownero.org");
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>");
});
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)
// system tray

Loading…
Cancel
Save