diff --git a/index.js b/index.js index d99ef3e..342d7d5 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ $(function(){ let query = 'SELECT * FROM craft_users where username = "admin"' - main.connection.query(query, function(err, rows, fields){ + /*main.connection.query(query, function(err, rows, fields){ if(err) { console.log("Hubo un error al hacer la consulta") @@ -19,6 +19,7 @@ $(function(){ }) main.closeConnection() + */ const os = require('os') const prettyBytes = require('pretty-bytes') diff --git a/package.json b/package.json index a32694b..9859e47 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,13 @@ "version": "1.1.0", "description": "The enupal feed blog", "main": "./main.js", + "repository": "git@github.com:enupal/enupal-feed.git", "scripts": { "postinstall": "install-app-deps", "start": "electron .", "pack": "build --dir", - "dist": "build" + "dist": "build", + "gh-publish": "electron-builder --x64 --win -p always" }, "author": "Enupal ", "license": "MIT",