Merge pull request #21 from mxve/build/symbols

build: add symbols
This commit is contained in:
mxve 2023-08-15 19:05:22 +02:00 committed by GitHub
commit ea209776b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@ build = "res/build.rs"
[profile.release]
opt-level = "s"
# Symbols are a nice thing
debug = true
panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -35,4 +39,4 @@ winres = "0.1.12"
[package.metadata.winres]
OriginalFilename = "alterware-launcher.exe"
FileDescription = "AlterWare Launcher"
ProductName = "AlterWare Launcher"
ProductName = "AlterWare Launcher"