Skip to content

Commit

Permalink
r0b08x [chore] 2/27/2024, 9:45:37 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Feb 27, 2024
1 parent a668af2 commit 2b11cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion bin/p3x-onenote.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
`)
Expand Down

0 comments on commit 2b11cec

Please sign in to comment.