chore: update build information
Rust / build (macos-latest, stable) (push) Canceled after 0s
Rust / build (ubuntu-latest, stable) (push) Canceled after 0s
Rust / build (windows-latest, stable) (push) Canceled after 0s
Build and Release / Build macos-x64 (push) Canceled after 0s
Build and Release / Build macos-arm64 (push) Canceled after 0s
Build and Release / Build linux-arm64 (push) Canceled after 0s
Build and Release / Build linux-x64 (push) Canceled after 0s
Build and Release / Build windows-arm64 (push) Canceled after 0s
Build and Release / Build windows-x64 (push) Canceled after 0s
Build and Release / Create Release (push) Canceled after 0s

This commit is contained in:
2026-09-14 14:10:14 +07:00
parent a02e44c0f8
commit e61caf8482
10 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ path = "src/main.rs"
name = "Signed"
product-name = "Signed"
description = "Nostr Git client for browsing repositories and collaborating"
identifier = "su.reya.signed"
identifier = "info.reya.signed"
category = "DeveloperTool"
version = "0.1.0-alpha"
out-dir = "../dist"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 32 KiB

+1 -1
View File
@@ -54,4 +54,4 @@ parts:
apps:
signed:
command: usr/bin/signed
common-id: su.reya.signed
common-id: info.reya.signed
+1 -1
View File
@@ -78,7 +78,7 @@ fn main() {
cx,
);
cx.set_app_identity("su.reya.signed", "Signed");
cx.set_app_identity("info.reya.signed", "Signed");
let bounds = Bounds::centered(None, size(px(1120.0), px(750.0)), cx);
let opts = WindowOptions {