so i have recently made a CRUD software with python to connect to xampp database, but once i compile and distribute it, it run on my computer perfectly but when i share the setup file with another computer, it install properly but when you run the software, it shows the blue circle for 1-2 s and nothing opens.
Is there a problem with the SQL server or......
I am New to to develop an electron app, so guys go easy on me.
below if my package.json:
"name": "nyota",
"version": "1.0.0",
"description": "",
"main": "./web interface/main.js",
"build": {
"appId": "nyota"
},
"scripts": {
"start": "electron-forge start",
"watch": "nodemon --exec electron .",
"package": "electron-forge package",
"make": "electron-forge make",
"dist": "electron-builder"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^19.0.1",
"electron-builder": "^23.0.3"
},
"dependencies": {
"path": "^0.12.7",
"request": "^2.88.2",
"request-promise": "^4.2.6"
}
}