diff options
author | NetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com> | 2023-08-27 16:58:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 22:58:00 +0200 |
commit | 9f258958e71d851ffcbb4fac568f1de1f767e9ba (patch) | |
tree | 4e3889a293285e1ad4eb0ebd1b14fb2bc2f4a187 /build.gradle.kts | |
parent | 287444efd0d98663aabb43f334604c97bcff7077 (diff) | |
download | skyhanni-9f258958e71d851ffcbb4fac568f1de1f767e9ba.tar.gz skyhanni-9f258958e71d851ffcbb4fac568f1de1f767e9ba.tar.bz2 skyhanni-9f258958e71d851ffcbb4fac568f1de1f767e9ba.zip |
Merge pull request #397
* Add SkyHanni Installer
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 92fae8caa..080f6fe2e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -161,6 +161,7 @@ tasks.withType(Jar::class) { manifest.attributes.run { this["FMLCorePluginContainsFMLMod"] = "true" this["ForceLoadAsMod"] = "true" + this["Main-Class"] = "SkyHanniInstallerFrame" // If you don't want mixins, remove these lines this["TweakClass"] = "org.spongepowered.asm.launch.MixinTweaker" |