Skip to content

Commit

Permalink
build: 📦 Update identity in the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
AntwortEinesLebens committed Nov 3, 2024
1 parent 3f3fed6 commit dbfdea6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# SPDX-License-Identifier: CC0-1.0

[package]
name = "windows-artifacts-generator"
name = "malware-traces-generator"
version = "1.0.0"
edition = "2021"
rust-version = "1.74.1"
description = "Generate malware artifacts for detection tests"
documentation = "https://frack113.github.io/WAG/"
repository = "https://github.com/frack113/WAG/"
description = "Generate malware traces for detection tests"
documentation = "https://frack113.github.io/MalwareTracesGenerator/"
repository = "https://github.com/frack113/MalwareTracesGenerator/"
license = "GPL-3.0-or-later"
keywords = [
"malware-detection",
Expand All @@ -21,7 +21,7 @@ keywords = [
categories = ["command-line-utilities"]

[[bin]]
name = "wag"
name = "mtg"
path = "./src/main.rs"

[dependencies]
Expand Down
14 changes: 7 additions & 7 deletions wag-manifest.rc → mtg-manifest.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma code_page(65001)
#define RT_MANIFEST 24
1 RT_MANIFEST "wag.exe.manifest"
1 RT_MANIFEST "mtg.exe.manifest"

IDI_ICON1 ICON "media/wag.ico"

Expand All @@ -21,12 +21,12 @@ BEGIN
BLOCK "040904B0" {
VALUE "FileVersion", "1.0.0"
VALUE "ProductVersion", "1.0.0"
VALUE "OriginalFilename", "wag.exe"
VALUE "InternalName", "wag"
VALUE "FileDescription", "Generate malware artifacts for detection tests"
VALUE "CompanyName", "Windows Artifacts Generator"
VALUE "LegalCopyright", "2023 The WAG development team"
VALUE "ProductName", "Windows Artifacts Generator"
VALUE "OriginalFilename", "mtg.exe"
VALUE "InternalName", "MalwareTracesGenerator"
VALUE "FileDescription", "Generate malware traces for detection tests"
VALUE "CompanyName", "Malware Traces Generator"
VALUE "LegalCopyright", "2023 The MalwareTracesGenerator development team"
VALUE "ProductName", "Malware Traces Generator"
}
}
BLOCK "VarFileInfo" {
Expand Down
File renamed without changes.

0 comments on commit dbfdea6

Please sign in to comment.