Skip to content

Commit

Permalink
Include extra files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokya committed Mar 28, 2024
1 parent 7086d8d commit 67c264b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reoserv"
version = "1.0.1"
version = "1.0.2"
authors = ["Richard Leek <richard@richardleek.com>"]
edition = "2021"
description = "The rust powered endless online server emulator"
Expand Down Expand Up @@ -60,3 +60,19 @@ targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-
pr-run-mode = "plan"
# Whether to install an updater program
install-updater = false

# Extra files to include in release tarballs
include = [
"./.env.example",
"./Config.toml",
"./Arenas.ron",
"./Commands.ron",
"./Formulas.ron",
"./PacketRateLimits.ron",
"./db-init/",
"./news.txt",
"./lang",
"./maps",
"./pub",
"./quests"
]

0 comments on commit 67c264b

Please sign in to comment.