Skip to content

Commit

Permalink
docs: update license years and neccesary node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev authored and sekwah41 committed Jan 28, 2024
1 parent bfbd872 commit d802264
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
15 changes: 3 additions & 12 deletions app/tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bundle": {
"active": true,
"category": "Productivity",
"copyright": "Copyright © 2020 Roldan Montilla Jr",
"copyright": "Copyright © 2024 Roldan Montilla Jr",
"deb": {
"depends": []
},
Expand All @@ -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",
Expand Down

0 comments on commit d802264

Please sign in to comment.