|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "knotes-desktop",
|
|
|
- "version": "1.2.0",
|
|
|
+ "version": "1.2.1",
|
|
|
"description": "kNotes Desktop App - A simple notes application",
|
|
|
"main": "main.js",
|
|
|
"scripts": {
|
|
|
@@ -18,6 +18,10 @@
|
|
|
},
|
|
|
"author": "lhamacorp",
|
|
|
"license": "MIT",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/lhamacorp/knotes.git"
|
|
|
+ },
|
|
|
"dependencies": {
|
|
|
"electron-updater": "^6.1.7"
|
|
|
},
|
|
|
@@ -37,6 +41,8 @@
|
|
|
"node_modules/electron-updater/**/*",
|
|
|
"!dist"
|
|
|
],
|
|
|
+ "generateUpdatesFilesForAllChannels": false,
|
|
|
+ "publish": null,
|
|
|
"mac": {
|
|
|
"category": "public.app-category.productivity",
|
|
|
"icon": "img/logo.png"
|