Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 36791a9

Browse files
committed
Bump version to 0.6.4
1 parent ce31a7f commit 36791a9

16 files changed

Lines changed: 79 additions & 79 deletions

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
APPLE_CERTIFICATE: ${{ secrets.METANET_APPLE_CERTIFICATE }}
9090
APPLE_SIGNING_IDENTITY: ${{ steps.verify_certificate.outputs.cert_id }}
9191
with:
92-
tagName: metanet-desktop-v__VERSION__
93-
releaseName: "Metanet-Desktop-v__VERSION__"
92+
tagName: bsv-desktop-v__VERSION__
93+
releaseName: "BSV-Desktop-v__VERSION__"
9494
releaseBody: "See the assets to download this version and install."
9595
releaseDraft: true
9696
prerelease: false
@@ -104,12 +104,12 @@ jobs:
104104
mkdir -p AppDir/usr/share/applications
105105
mkdir -p AppDir/usr/share/icons/hicolor/128x128/apps
106106
mkdir -p AppDir/usr/share/metainfo
107-
cp src-tauri/target/release/metanet-desktop AppDir/usr/bin/
108-
cp src-tauri/metanet-desktop.desktop AppDir/usr/share/applications/
109-
cp src-tauri/org.bsvblockchain.metanetdesktop.metainfo.xml AppDir/usr/share/metainfo/
110-
cp src-tauri/icons/128x128.png AppDir/usr/share/icons/hicolor/128x128/apps/metanet-desktop.png
107+
cp src-tauri/target/release/bsv-desktop AppDir/usr/bin/
108+
cp src-tauri/bsv-desktop.desktop AppDir/usr/share/applications/
109+
cp src-tauri/org.bsvblockchain.bsvdesktop.metainfo.xml AppDir/usr/share/metainfo/
110+
cp src-tauri/icons/128x128.png AppDir/usr/share/icons/hicolor/128x128/apps/bsv-desktop.png
111111
# Set executable permissions
112-
chmod +x AppDir/usr/bin/metanet-desktop
112+
chmod +x AppDir/usr/bin/bsv-desktop
113113
114114
- name: Download linuxdeploy AppImage
115115
if: matrix.platform == 'ubuntu-22.04'
@@ -126,8 +126,8 @@ jobs:
126126
env:
127127
APPIMAGE_EXTRACT_AND_RUN: 1
128128
run: |
129-
./linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage --icon-file=AppDir/usr/share/icons/hicolor/128x128/apps/metanet-desktop.png --desktop-file=AppDir/usr/share/applications/metanet-desktop.desktop
130-
mv Metanet-Desktop-x86_64.AppImage metanet-desktop-x86_64.AppImage
129+
./linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage --icon-file=AppDir/usr/share/icons/hicolor/128x128/apps/bsv-desktop.png --desktop-file=AppDir/usr/share/applications/bsv-desktop.desktop
130+
mv BSV-Desktop-x86_64.AppImage bsv-desktop-x86_64.AppImage
131131
132132
- name: Import GPG Key for Linux Signing
133133
if: matrix.platform == 'ubuntu-22.04'
@@ -139,12 +139,12 @@ jobs:
139139
- name: Sign AppImage with GPG
140140
if: matrix.platform == 'ubuntu-22.04'
141141
run: |
142-
gpg --detach-sign --armor metanet-desktop-x86_64.AppImage
142+
gpg --detach-sign --armor bsv-desktop-x86_64.AppImage
143143
144144
- name: Create and Sign SHA256SUMS
145145
if: matrix.platform == 'ubuntu-22.04'
146146
run: |
147-
sha256sum metanet-desktop-x86_64.AppImage > SHA256SUMS
147+
sha256sum bsv-desktop-x86_64.AppImage > SHA256SUMS
148148
gpg --detach-sign --armor SHA256SUMS
149149
150150
- name: Upload Linux Artifacts
@@ -153,8 +153,8 @@ jobs:
153153
with:
154154
name: linux-artifacts
155155
path: |
156-
metanet-desktop-x86_64.AppImage
157-
metanet-desktop-x86_64.AppImage.asc
156+
bsv-desktop-x86_64.AppImage
157+
bsv-desktop-x86_64.AppImage.asc
158158
SHA256SUMS
159159
SHA256SUMS.asc
160160

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Metanet Desktop
1+
# BSV Desktop
22

33
BRC100 Wallet Desktop Application Example
44

@@ -42,7 +42,7 @@ Coming soon.
4242
## Release
4343

4444
To release a new version you ought to have a clean working directory, then run `npm run release-version x.x.x` where x.x.x is the release version in marjor.minor.patch format: 0.4.0 for example.
45-
Your working tree will then be updated by rust which automatically creates a file you also need to merge. So add that and push. The action to create a release draft with all the binaries will then be created as a draft. You should manually review that and then set it to released as the latest version. This will update all the links at https://metanet.bsvb.tech automatically, because the script just looks for the most recent release.
45+
Your working tree will then be updated by rust which automatically creates a file you also need to merge. So add that and push. The action to create a release draft with all the binaries will then be created as a draft. You should manually review that and then set it to released as the latest version. This will update all the links at https://bsv.bsvb.tech automatically, because the script just looks for the most recent release.
4646

4747
## License
4848

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
metanet.bsvb.tech
1+
bsv.bsvb.tech

docs/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
name="viewport"
77
content="width=device-width, initial-scale=1.0"
88
/>
9-
<title>Metanet Desktop - BSV Blockchain Wallet</title>
9+
<title>BSV Desktop - BSV Blockchain Wallet</title>
1010

1111
<!-- Open Graph -->
12-
<meta property="og:title" content="Metanet Desktop: BSV Blockchain Wallet" />
12+
<meta property="og:title" content="BSV Desktop: BSV Blockchain Wallet" />
1313
<meta
1414
property="og:description"
15-
content="Metanet Desktop is an open source BSV Blockchain wallet that provides a secure and accessible way to manage your BSV assets and identity."
15+
content="BSV Desktop is an open source BSV Blockchain wallet that provides a secure and accessible way to manage your BSV assets and identity."
1616
/>
17-
<meta property="og:image" content="https://metanet.bsvb.tech/og.png" />
18-
<meta property="og:url" content="https://metanet.bsvb.tech" />
17+
<meta property="og:image" content="https://bsv.bsvb.tech/og.png" />
18+
<meta property="og:url" content="https://bsv.bsvb.tech" />
1919
<meta property="og:type" content="software" />
20-
<meta property="og:site_name" content="Metanet Desktop" />
20+
<meta property="og:site_name" content="BSV Desktop" />
2121
<meta property="og:locale" content="en_US" />
2222

2323
<style>
@@ -146,7 +146,7 @@
146146
<body>
147147
<div class="container">
148148
<div class="header-container">
149-
<h1>Metanet Desktop</h1>
149+
<h1>BSV Desktop</h1>
150150
<h2>Secure BSV Blockchain Wallet</h2>
151151
</div>
152152

@@ -160,7 +160,7 @@ <h2>Secure BSV Blockchain Wallet</h2>
160160

161161
<div class="features-section">
162162
<h2><b>Powerful</b> Features</h2>
163-
<p>Metanet Desktop provides all the tools you need to interact with the BSV Blockchain efficiently.</p>
163+
<p>BSV Desktop provides all the tools you need to interact with the BSV Blockchain efficiently.</p>
164164
<div class="features-container">
165165
<div class="feature-item">
166166
<h3>Vendor <b>Interoperable</b></h3>
@@ -181,7 +181,7 @@ <h3><b>Decentralized</b> Identity</h3>
181181
<div class="screenshot-container">
182182
<div class="screenshot-content">
183183
<h2>Unleash the <b>BSV Blockchain</b></h2>
184-
<p>Metanet Desktop combines powerful features with a user-friendly interface, allowing both beginners and experts to take full advantage of BSV Blockchain technology.</p>
184+
<p>BSV Desktop combines powerful features with a user-friendly interface, allowing both beginners and experts to take full advantage of BSV Blockchain technology.</p>
185185
<ul class="feature-list">
186186
<li>Action oriented design with transparent controls and rich metadata</li>
187187
<li>Robust AES-256-GCM Encryption and ECDSA Signatures</li>
@@ -192,14 +192,14 @@ <h2>Unleash the <b>BSV Blockchain</b></h2>
192192
</ul>
193193
</div>
194194
<div class="screenshot-image">
195-
<img src="screen.jpg" alt="Metanet Desktop Screenshot" />
195+
<img src="screen.jpg" alt="BSV Desktop Screenshot" />
196196
</div>
197197
</div>
198198
</div>
199199

200200
<div class="footer-section">
201201
<div class="footer-links">
202-
<a href="https://github.com/bitcoin-sv/metanet-desktop/releases" class="footer-link" rel="noopener noreferrer">
202+
<a href="https://github.com/bitcoin-sv/bsv-desktop/releases" class="footer-link" rel="noopener noreferrer">
203203
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
204204
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
205205
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
@@ -291,7 +291,7 @@ <h2>Unleash the <b>BSV Blockchain</b></h2>
291291

292292
async function fetchReleaseInfo() {
293293
try {
294-
const resp = await fetch("https://api.github.com/repos/bitcoin-sv/metanet-desktop/releases/latest", {
294+
const resp = await fetch("https://api.github.com/repos/bitcoin-sv/bsv-desktop/releases/latest", {
295295
headers: { "Accept": "application/vnd.github+json" }
296296
});
297297

@@ -401,7 +401,7 @@ <h2>Unleash the <b>BSV Blockchain</b></h2>
401401
container.innerHTML = `
402402
<div class="platform-options">
403403
<p>Couldn't load release information. Please visit our
404-
<a href="https://github.com/bitcoin-sv/metanet-desktop/releases/latest" class="download-btn" rel="noopener noreferrer">
404+
<a href="https://github.com/bitcoin-sv/bsv-desktop/releases/latest" class="download-btn" rel="noopener noreferrer">
405405
GitHub Releases Page
406406
</a>
407407
to download the latest version.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Metanet Desktop</title>
7+
<title>BSV Desktop</title>
88
<style>
99
html, body {
1010
height: 100%;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "metanet-desktop",
2+
"name": "bsv-desktop",
33
"private": true,
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "metanet-desktop"
3-
version = "0.6.3"
2+
name = "bsv-desktop"
3+
version = "0.6.4"
44
description = "An example desktop wallet"
55
authors = ["you"]
66
edition = "2021"
@@ -11,12 +11,12 @@ edition = "2021"
1111
# The `_lib` suffix may seem redundant but it is necessary
1212
# to make the lib name unique and wouldn't conflict with the bin name.
1313
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
14-
name = "metanet_desktop_lib"
14+
name = "bsv_desktop_lib"
1515
path = "src/lib.rs"
1616
crate-type = ["staticlib", "cdylib", "rlib"]
1717

1818
[[bin]]
19-
name = "metanet-desktop"
19+
name = "bsv-desktop"
2020
path = "src/main.rs"
2121

2222
[build-dependencies]

src-tauri/bsv-desktop.desktop

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Name=BSV-Desktop
4+
Comment=Bitcoin SV Desktop Application
5+
Exec=bsv-desktop
6+
Icon=bsv-desktop
7+
Terminal=false
8+
Type=Application
9+
Categories=Utility;

0 commit comments

Comments
 (0)