I'm trying to use newtonsoft.Json.dll to display update notes on the launcher screen, the problem is that when I compile the solution it generates the dll, but when I run the program it doesn't send it to the installation directory, causing an error when trying open the launcher, to get around this I am pasting the dll in the raid of the directory where the launcher is installed, I would like to know what I could do so that when I run the compiled file it copies the dll to the installation directory
Captura de tela 2024-07-15 095427.pngCaptura de tela 2024-07-15 095712.pngCaptura de tela 2024-07-15 100038.pngCaptura de tela 2024-07-15 100408.png
 
Back