From 090f604bde3fb8424fe2a11fc0208350949925d2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 8 May 2026 07:18:39 -0500 Subject: [PATCH] [fix] missing commas --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fccb2f1..d1bfff5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ features = ["wgpu"] [package.metadata.packager] version = "0.1.0" identifier = "xyz.cochrun.lumina" -icons = ["res/icons/app.ico" "res/icons/app.icns" "res/icons/app.svg"] +icons = ["res/icons/app.ico", "res/icons/app.icns", "res/icons/app.svg"] resources = ["res"] category = "Video"