Hi, someone knows how can create a desktop launch ...
# compose-desktop
m
Hi, someone knows how can create a desktop launch (installed)? for every platfform
c
Distributable packages must be built on the same OS they run on.
.msi
needs to be built on Windows,
.dmg
on Macos, etc. So you’ll need to set up a CI pipeline to build the correct package for each OS you’re distributing to running on that specific hardware https://github.com/JetBrains/compose-jb/tree/master/tutorials/Native_distributions_and_local_execution
m
direct access for installed app
c
I’m not sure what you mean by that, can you explain in more detail what you’re looking for?
1
m
I want to generate a shortcut icon for user installation proccess end
🤔 1
t
@Michael Pardo Which OS ur using?
m
MacOS and Windows for generate the installer
t
Okay, What have you tried so far?
m
I tried to create a batch command