diff --git a/jccm/src/main.js b/jccm/src/main.js index bb3b978..4675dd8 100644 --- a/jccm/src/main.js +++ b/jccm/src/main.js @@ -3,6 +3,7 @@ import { setupApiHandlers } from './Services/ApiServer'; // Import the API handl import path from 'path'; import os from 'os'; + // Handle creating/removing shortcuts on Windows when installing/uninstalling. if (require('electron-squirrel-startup')) { app.quit();