[fix] missing commas
This commit is contained in:
parent
3ad8ad4771
commit
090f604bde
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue