Skip to content

Commit

Permalink
🔨 Use different bundle names for examples
Browse files Browse the repository at this point in the history
This is causing issues in artifact creations
  • Loading branch information
bitwizeshift committed May 7, 2024
1 parent 5bd7eeb commit a7dfaf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/opengl-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ glew = { path = "../../frameworks/glew" }
gl = { path = "../../frameworks/gl" }

[package.metadata.bundle]
name = "AlloyExample"
name = "AlloyOpenGLExample"
identifier = "com.rodusek.alloy.example"
icon = ["assets/icon/32x32.png", "assets/icon/128x128.png", "assets/icon/128x128@2x.png"]
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/vulkan-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ toast = { path = "../../frameworks/toast" }
log = { path = "../../frameworks/log" }

[package.metadata.bundle]
name = "AlloyExample"
name = "AlloyVulkanExample"
identifier = "com.rodusek.alloy.example"
icon = ["assets/icon/32x32.png", "assets/icon/128x128.png", "assets/icon/128x128@2x.png"]
version = "1.0.0"
Expand Down

0 comments on commit a7dfaf2

Please sign in to comment.