From 643564856c0007883d1d1eea4fc9480a23fa6b03 Mon Sep 17 00:00:00 2001 From: NoobSex <61795895+SpartanB312@users.noreply.github.com> Date: Sat, 21 Sep 2024 05:59:59 +0800 Subject: [PATCH] HWID Main --- grunt-hwid/build.gradle.kts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/grunt-hwid/build.gradle.kts b/grunt-hwid/build.gradle.kts index aed0d36..ccf2bd5 100644 --- a/grunt-hwid/build.gradle.kts +++ b/grunt-hwid/build.gradle.kts @@ -4,4 +4,14 @@ plugins { repositories { mavenCentral() +} + +tasks { + jar { + manifest { + attributes( + "Main-Class" to "net.spartanb312.grunt.hwid.HWID" + ) + } + } } \ No newline at end of file