From 3136ebd2c6702c390b0b551d17c1751566aa3a61 Mon Sep 17 00:00:00 2001 From: sonodima Date: Mon, 2 Sep 2024 23:10:03 +0200 Subject: [PATCH] removed unused package bundle metadata --- blurthing/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/blurthing/Cargo.toml b/blurthing/Cargo.toml index 800dc18..2948345 100644 --- a/blurthing/Cargo.toml +++ b/blurthing/Cargo.toml @@ -17,9 +17,3 @@ image = "0.25" log = { workspace = true } native-dialog = "0.7" webbrowser = "1.0" - -[package.metadata.bundle] -name = "BlurThing" -identifier = "com.sonodima.BlurThing" -icon = ["assets/icon/*.png"] -category = "Graphics and Design"