From ece9e415cdc57bec2365965e261803682d73074c Mon Sep 17 00:00:00 2001 From: Ricardo Akio Kobayashi Date: Tue, 23 Apr 2024 17:22:44 -0300 Subject: [PATCH] Adjusting repository reference. --- .circleci/config.yml | 4 ++-- electron-builder.yml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51b726b01..59bc2e9ac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,9 +10,9 @@ references: - image: electronuserland/builder:wine-chrome environment: TARGET_ARCH: x64 - working_directory: ~/neon-wallet + working_directory: ~/neon-wallet-desktop - workspace_root: &workspace_root ~/neon-wallet + workspace_root: &workspace_root ~/neon-wallet-desktop attach_workspace: &attach_workspace attach_workspace: diff --git a/electron-builder.yml b/electron-builder.yml index eac47df20..22069a4f7 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -53,4 +53,4 @@ npmRebuild: false publish: provider: github owner: CityOfZion - repo: neon-wallet + repo: neon-wallet-desktop diff --git a/package.json b/package.json index afdd1d076..a5d9a2d88 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "Neon3", "version": "3.0.6", "description": "Light wallet for NEO blockchain", - "homepage": "https://github.com/CityOfZion/neon-wallet", + "homepage": "https://github.com/CityOfZion/neon-wallet-desktop", "author": "Coz (https://github.com/CityOfZion)", "keywords": [], "license": "MIT",