Add main class configuration for application plugin

Configured the 'application' plugin with the main class to ensure the application starts with the correct entry point. This change is necessary for proper execution of the program when deploying or running from the build system.
This commit is contained in:
2024-12-08 10:14:28 +01:00
parent 76866eb392
commit 37a42dd88c

View File

@@ -75,6 +75,10 @@ kotlin {
}
}
application {
mainClass.set("nl.astraeus.vst.string.MainKt")
}
/* Hardcoded deploy configuration */
val deployDirectory = "vst-string.midi-vst.com"