Hello o7
I tried to create an exe from a compose project today. Is it possible to not have an installer for the windows .exe TargetFormat? Like just a runnable without it being installed somewhere?
i
Igor Demin
05/30/2024, 10:47 PM
gradlew createDistributable
will create a folder with a runnable exe (
build/compose/binaries/main/app
)
a
Amejonah 1200
05/30/2024, 11:43 PM
but that .exe isn't portable, is it? Like it needs the files in the app and runtime folder?