How to generate exe? #2037
-
Hello, how can I generate a Windows executable? Do I make a JvmJar and then use a tool to generate an exe, or is there another way that I am not aware of? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
Heya @meoowe 👋🏻 You can use the Gradle Command Here are the commands for the following targets: (JVM & JS) You'll find the built project in Below you'll see it within an multi-module project (client, server, shared): Be aware, that you need to ship the entire folder ( |
Beta Was this translation helpful? Give feedback.
-
Sorry to disturb you yet again but, whenever I package my project using |
Beta Was this translation helpful? Give feedback.
Heya @meoowe 👋🏻
You can use the Gradle Command
packageJvmWindowsApp
:)Here are the commands for the following targets: (JVM & JS)
You'll find the built project in
<your-module>/build/platforms
.Below you'll see it within an multi-module project (client, server, shared):
Be aware, that you need to ship the entire folder (
jvm-win32
in this case) for it to work :)(You can just rename it tho :))