Skip to content

Commit 8cdef20

Browse files
committed
robo8x [chore] 1/6/2019, 10:03:59 PM
1 parent b7c958c commit 8cdef20

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
@license p3x-onenote v2019.1.4-3
2+
@license p3x-onenote v2019.1.6-1
33

44
📚 P3X Onenote Linux
55

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515

16-
# 📚 P3X Onenote Linux v2019.1.4-3
16+
# 📚 P3X Onenote Linux v2019.1.6-1
1717

1818

1919
This is an open-source project. Star this repository, if you like it, or even donate! Thank you so much! :)
@@ -161,11 +161,14 @@ https://github.com/patrikx3/onenote/issues/14
161161
## Electron problem
162162
Since Electron v3 the try click is executing the right click, for some reason.
163163

164+
# Development
165+
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`.
166+
164167
[//]: #@corifeus-footer
165168

166169
---
167170

168-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.4-3
171+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.6-1
169172

170173
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
171174

artifacts/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Though, I am using it, but some distros are different and I only use Linux Mint
2727

2828
---
2929

30-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.4-3
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.6-1
3131

3232
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
3333

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2019.1.4-3",
3+
"version": "2019.1.6-1",
44
"description": "📚 P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {

src/translation/english/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const translation = {
7878
},
7979
updater: {
8080
'checking-for-update': 'Checking for update ...',
81-
'update-available': 'Update available.',
81+
'update-available': 'Downloading latest release ...',
8282
'update-not-available': 'No new update available.',
8383
error: (opts) => {
8484
return `Error in auto-updater: ${opts.errorMessage}`

0 commit comments

Comments
 (0)