chore: fix ci

This commit is contained in:
2025-08-04 11:47:50 +07:00
parent 0ea919901e
commit 871bbdac78
3 changed files with 56 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ description = "Chat Freely, Stay Private on Nostr"
identifier = "su.reya.coop"
category = "SocialNetworking"
version = "1.0.0-beta"
out-dir = "./dist"
out-dir = "../../dist"
before-packaging-command = "cargo build --release"
resources = ["Cargo.toml", "src"]
icons = [

View File

@@ -207,7 +207,6 @@ fn main() {
window_background: WindowBackgroundAppearance::Opaque,
window_decorations: Some(WindowDecorations::Client),
window_bounds: Some(WindowBounds::Windowed(bounds)),
window_min_size: Some(size(px(800.0), px(600.0))),
kind: WindowKind::Normal,
app_id: Some(APP_ID.to_owned()),
titlebar: Some(TitlebarOptions {