This commit is contained in:
2025-07-17 14:18:20 -05:00
parent e5b6c68da6
commit 18c1df3bd5
3 changed files with 101 additions and 73 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "migracion-uscis",
"version": "1.0.0",
"main": "uscis.mjs",
"name": "migracion-corte",
"version": "1.0.1",
"main": "corte.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
@@ -10,7 +10,7 @@
"keywords": [],
"author": "",
"license": "ISC",
"description": "Migracion Uscis",
"description": "Migracion Corte",
"dependencies": {
"googleapis": "^144.0.0",
"node-fetch": "^3.3.2",
@@ -23,8 +23,8 @@
},
"type": "module",
"build": {
"appId": "com.migracion.uscis.id",
"productName": "Migracion Uscis",
"appId": "com.migracion.corte.id",
"productName": "Migracion Corte",
"win": {
"target": "nsis",
"icon": "path/to/icon.ico"