From 34b691fdd454823e9c713fe8480b63519c3186c2 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 14 Jul 2022 18:29:40 +0200 Subject: Fix `deb` asset path in `todos` example --- examples/todos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todos/Cargo.toml b/examples/todos/Cargo.toml index 5781ddef..5b068c78 100644 --- a/examples/todos/Cargo.toml +++ b/examples/todos/Cargo.toml @@ -20,6 +20,6 @@ wasm-timer = "0.2" [package.metadata.deb] assets = [ - ["target/release/todos", "usr/bin/iced-todos", "755"], + ["target/release-opt/todos", "usr/bin/iced-todos", "755"], ["iced-todos.desktop", "usr/share/applications/", "644"], ] -- cgit