Skip to content

Commit 0077a60

Browse files
committed
p3x-robot sunday release 2018-3-2 21:46:22
1 parent c6bd1be commit 0077a60

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99

10-
# P3X Onenote Linux v1.2.247-364
10+
# P3X Onenote Linux v1.2.251-366
1111

1212
This is an open source project. Just code. If you like this code, please add a star in GitHub and you really like, you can donate as well. Thanks you so much!
1313

@@ -22,7 +22,7 @@ All my domains (patrikx3.com and corifeus.com) could have errors right now, sinc
2222

2323
### Built on Node
2424
```
25-
v9.6.1
25+
v9.7.1
2626
```
2727

2828
The ```async``` and ```await``` keywords are required.
@@ -64,6 +64,12 @@ https://electron.atom.io/apps/?q=onenote
6464

6565
# CLI Install
6666

67+
## The CLI Install is DEPRECATED entirely!
68+
69+
Please, do not use anymore.
70+
71+
## The old method is problematic
72+
6773
The ```CLI``` install is not always working because of some Linux distros are different by time to time, so it is possible then, the ```configstore``` is only working with ```sudo```, so the preferred way is to use the ```released``` ```AppImage``` as above!
6874

6975
Besides, you do not even need to install ```NodeJs```, the ```AppImage``` includes everything all you need.
@@ -136,7 +142,7 @@ https://github.com/patrikx3/onenote/issues/14
136142

137143
---
138144

139-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.247-364
145+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.251-366
140146

141147
[![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)
142148

bin/p3x-onenote.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const path = require('path');
1010
const mz = require('mz');
1111

1212
const start = async() => {
13-
13+
/*
1414
const desktopEntry = `${process.env.HOME}/.local/share/applications/p3x-onenote.desktop`;
1515
const exists = await utils.fs.ensureFile(desktopEntry, `[Desktop Entry]
1616
Version=1.0
@@ -26,6 +26,7 @@ Terminal=false
2626
await mz.fs.chmod(desktopEntry , '0755');
2727
await utils.childProcess.exec('gtk-update-icon-cache || true');
2828
}
29+
*/
2930
await utils.childProcess.exec(`${__dirname}/../node_modules/.bin/electron ${__dirname}/../src/electron/app.js`, true);
3031
}
3132

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "1.2.247-364",
3+
"version": "1.2.251-366",
44
"description": "P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
77
"prefix": "p3x-",
88
"publish": true,
99
"type": "p3x",
1010
"code": "Linux",
11-
"nodejs": "v9.6.1"
11+
"nodejs": "v9.7.1"
1212
},
1313
"bin": {
1414
"p3x-onenote": "bin/p3x-onenote.js"
@@ -34,10 +34,10 @@
3434
"dependencies": {
3535
"electron": "^1.8.2",
3636
"configstore": "^3.1.1",
37-
"corifeus-utils": "^1.1.832-290"
37+
"corifeus-utils": "^1.1.836-291"
3838
},
3939
"devDependencies": {
40-
"corifeus-builder": "^1.7.1225-311",
40+
"corifeus-builder": "^1.7.1229-312",
4141
"electron-builder": "^20.2.0"
4242
},
4343
"engines": {

0 commit comments

Comments
 (0)