This is a simple launcher for the CleverDecks project. It runs in the system tray and allows the user to start the CleverDecks server and client with a single click.
You can download the pre-built executable from the releases page. Once downloaded, extract the zip file.
- Clone the repository
- Open the solution in Visual Studio
- Build the solution
- The executable will be in the
bin/Debug
orbin/Release
directory - Profit
You can run the executable directly, but only if you are using the fully packaged version of CleverDecks. In this case, the CleverDecks.exe file should be in the same directory as the CleverDecksLauncher.exe file.
Otherwise, you will need to specify the path to the index.js in the root of the CleverDecks project as a command line argument. This does require that you have Node.js installed on your system.
./CleverDecksLauncher.exe "C:\path\to\CleverDecks\index.js"
My preferred method is to create a shortcut to the executable and add the path to the index.js file as an argument in the shortcut's properties.
Once running, the launcher will appear in the system tray. Right-clicking the icon will show the context menu, which allows you to see the logs, quit, and open the CleverDecks web interface.
CleverDecksLauncher is licensed under the AGL-3.0 license. See the LICENSE file for more information. This software use the QRCoder library, which is licensed under the MIT license. See codebude/QRCoder for more information.