Skip to content

Commit 57df42e

Browse files
committed
robo8x [chore] 1/12/2019, 8:23:43 AM
1 parent b616a23 commit 57df42e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-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.11-2
2+
@license p3x-onenote v2019.1.12-1
33

44
📚 P3X Onenote Linux
55

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
# 📚 P3X Onenote Linux v2019.1.11-2
14+
# 📚 P3X Onenote Linux v2019.1.12-1
1515

1616

1717
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
@@ -166,7 +166,7 @@ If you try to build the app with AppImage, you have to change from `electron` `d
166166

167167
---
168168

169-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.11-2
169+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.12-1
170170

171171
[![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)
172172

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.11-2
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.12-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.11-2",
3+
"version": "2019.1.12-1",
44
"description": "📚 P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {

src/electron/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if (semver.gt(process.versions.electron === undefined ? '4.0.0' : process.versio
6363
} else {
6464
const isSecondInstance = app.makeSingleInstance((commandLine, workingDirectory) => {
6565
global.p3x.onenote.setVisible(true);
66-
global.p3x.onenote.window.onenote.webContents.reload();
66+
//global.p3x.onenote.window.onenote.webContents.reload();
6767
})
6868

6969
if (isSecondInstance) {

0 commit comments

Comments
 (0)