[fix] missing commas
Some checks failed
/ test (push) Waiting to run
/ clippy (push) Has been cancelled

This commit is contained in:
Chris Cochrun 2026-05-08 07:18:39 -05:00
parent 3ad8ad4771
commit 090f604bde

View file

@ -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"