chore: rename app binary name and fix readme.md

This commit is contained in:
Suyog Tandel
2026-01-09 13:52:27 +05:30
parent 7df591c309
commit cb5954034a
7 changed files with 12 additions and 13 deletions
+1 -2
View File
@@ -6,8 +6,7 @@
**An open source commissioning tool for Pico FIDO security keys**
> [!NOTE]
>
> [!NOTE]
> PicoForge is an independent, community-developed tool and is not affiliated with or endorsed by the official Pico FIDO project. This software does not share any code with the official closed-source Pico FIDO commissioning application.
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL%203.0-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "pico-forge",
"name": "picoforge",
"version": "0.1.1",
"description": "",
"type": "module",
+2 -2
View File
@@ -2939,8 +2939,8 @@ dependencies = [
]
[[package]]
name = "pico-forge"
version = "0.1.0"
name = "picoforge"
version = "0.1.1"
dependencies = [
"anyhow",
"byteorder",
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "pico-forge"
version = "0.1.0"
name = "picoforge"
version = "0.1.1"
description = "An open source commissioning tool for Pico FIDO security keys. Developed with Rust, Tauri, and Svelte."
authors = ["Suyog Tandel"]
license = "AGPL-3.0"
@@ -12,7 +12,7 @@ edition = "2024"
# The `_lib` suffix may seem redundant but it is necessary
# to make the lib name unique and wouldn't conflict with the bin name.
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
name = "pico_forge_lib"
name = "picoforge_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
+1 -1
View File
@@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
pico_forge_lib::run()
picoforge_lib::run()
}
+3 -3
View File
@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "pico-forge",
"version": "0.1.0",
"identifier": "in.suyogtandel.pico-forge",
"productName": "picoforge",
"version": "0.1.1",
"identifier": "in.suyogtandel.picoforge",
"build": {
"beforeDevCommand": "deno task dev",
"devUrl": "http://localhost:1420",
+1 -1
View File
@@ -737,7 +737,7 @@
</div>
<h2 class="text-2xl font-bold">PicoForge</h2>
<Badge variant="secondary" class="px-4 py-1">v0.1.0-Alpha</Badge>
<Badge variant="secondary" class="px-4 py-1">v0.1.1-Alpha</Badge>
<p class="text-muted-foreground max-w-md">
An open source commissioning tool for Pico FIDO security keys. Developed with Rust, Tauri, and
Svelte.