From d802264f6e01f1b6ba4d4477d09a1e746d4b7f97 Mon Sep 17 00:00:00 2001 From: dubisdev Date: Sat, 27 Jan 2024 20:31:26 +0100 Subject: [PATCH] docs: update license years and neccesary node version --- LICENSE | 2 +- README.md | 2 +- app/tauri/tauri.conf.json | 15 +++------------ 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index e3b7c217..84b53ab6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Roldan Montilla Jr +Copyright (c) 2024 Roldan Montilla Jr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index fe6890a0..55945906 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ ### :page_with_curl: Prerequisites -1. You need to have `node` v16 and `npm` v8 installed on your machine. If you don't have it yet, you can install it by running the following command. +1. You need to have `node` v18 and `npm` v8 installed on your machine. If you don't have it yet, you can install it by running the following command. 1. For Mac diff --git a/app/tauri/tauri.conf.json b/app/tauri/tauri.conf.json index 544efba0..0eb70444 100644 --- a/app/tauri/tauri.conf.json +++ b/app/tauri/tauri.conf.json @@ -14,7 +14,7 @@ "bundle": { "active": true, "category": "Productivity", - "copyright": "Copyright © 2020 Roldan Montilla Jr", + "copyright": "Copyright © 2024 Roldan Montilla Jr", "deb": { "depends": [] }, @@ -36,18 +36,9 @@ "signingIdentity": null }, "publisher": "Roldan Montilla Jr", - "resources": [ - "icons/icon.png" - ], + "resources": ["icons/icon.png"], "shortDescription": "", - "targets": [ - "deb", - "appimage", - "msi", - "nsis", - "dmg", - "updater" - ], + "targets": ["deb", "appimage", "msi", "nsis", "dmg", "updater"], "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256",