Skip to content

Commit a7989a4

Browse files
committed
[ 🛠️ ] Improved previous bugfix commits
1 parent 6756c6d commit a7989a4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const { app, BrowserWindow, ipcMain, shell } = require("electron");
22
const { exec, spawn } = require("child_process");
33
const path = require("path");
4+
if (require("electron-squirrel-startup")) return app.quit();
45

56
function runPythonScript(scriptName, args = []) {
67
return new Promise((resolve, reject) => {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cerolingo-bot-manager",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "index.js",
55
"scripts": {
66
"start": "electron .",

0 commit comments

Comments
 (0)