Skip to content
Snippets Groups Projects
Verified Commit bad7f963 authored by Louis's avatar Louis :fire:
Browse files

Update binary name

parent d44e5ccc
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ image: "r.lcr.gr/microhacks/bevy-builder:latest" ...@@ -2,8 +2,8 @@ image: "r.lcr.gr/microhacks/bevy-builder:latest"
variables: variables:
BINARY_FOLDER: game_core BINARY_FOLDER: game_core
BINARY_NAME: game_core BINARY_NAME: trader_tales
OUTPUT_NAME: TraderTales OUTPUT_NAME: trader_tales
stages: stages:
- build - build
......
...@@ -5,6 +5,10 @@ edition = "2021" ...@@ -5,6 +5,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
path = "./src/main.rs"
name = "trader_tales"
[dependencies] [dependencies]
bevy.workspace = true bevy.workspace = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment