We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7729a1d commit 5d1a711Copy full SHA for 5d1a711
jccm/src/main.js
@@ -3,6 +3,7 @@ import { setupApiHandlers } from './Services/ApiServer'; // Import the API handl
3
import path from 'path';
4
import os from 'os';
5
6
+
7
// Handle creating/removing shortcuts on Windows when installing/uninstalling.
8
if (require('electron-squirrel-startup')) {
9
app.quit();
0 commit comments