From 2b11cecddcdd08c54d64db7f73bb2ccaa24bd3dc Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Tue, 27 Feb 2024 09:45:37 +0100 Subject: [PATCH] r0b08x [chore] 2/27/2024, 9:45:37 AM --- README.md | 6 +++--- bin/p3x-onenote.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53696bca..1bcb9bdb 100644 --- a/README.md +++ b/README.md @@ -207,13 +207,13 @@ https://github.com/patrikx3/onenote/issues/3#issuecomment-312711801 For file names do not use camelCase, but use kebab-case. Folder should be named as kebab-case as well. As you can see, all code filenames are using it like that, please do not change that. Please apply the `.editorconfig` settings in your IDE. -If you try to build the app with AppImage, you have to change from `electron` `dependencies` to `devDependencies`, this is because it is created to be able to run this app from `NPM` instead of an `AppImage`. - For generating `rpm` on `Ubuntu` distro, you can use: ```bash sudo apt-get install rpm ``` - + +If you try to build the app with NPM, you have to change from `electron` `devDependencies` to `dependencies`, this is because it is created to be able to run this app from `AppImage` instead of an `NPM`. + # URL links diff --git a/bin/p3x-onenote.js b/bin/p3x-onenote.js index a6a2c598..69278a5e 100755 --- a/bin/p3x-onenote.js +++ b/bin/p3x-onenote.js @@ -24,7 +24,7 @@ Type=Application Name=P3X Onenote Icon=${path.resolve(__dirname + '/../src/electron/images/128x128.png')} Exec=${__filename} -Comment=https://www.patrikx3.com +Comment=https://www.corifeus.com/onenote Categories=Office; Terminal=false `)