Abhishek Das
05/27/2024, 4:37 PM./gradlew packageDeb
command in terminal and generated a DEB file with which I could install the application and see the app in action. Similarly for Windows, I have done the same but with ./gradlew packageMsi
command (I have done this on a windows machine and with IntelliJ Idea community edition IDE). I could find the generated MSI file, which on opening I could launch a setup wizard and with that setup wizard I installed the application. But here is the problem: I could not find the application on the start menu or on search. When searched, I could find the MSI package file which installs the application, but no application which I can launch to see the app in action. I can find the package ID of the app on Settings -> Apps -> Installed apps. I see the option to uninstall the app but how can I launch the app? Am I missing something? Like a configuration setup for launching the app or something like that? I can see the app is working as expected when I run it with desktopRun
. Thanks in advance.bryankeltonadams
05/27/2024, 4:48 PMJacob Ras
05/27/2024, 4:56 PMAbhishek Das
05/28/2024, 5:00 AM