Skip to content

Commit a8100c6

Browse files
committed
robo8x [chore] 1/12/2019, 8:37:04 AM
1 parent 57df42e commit a8100c6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

LICENSE

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

2-
@license p3x-onenote v2019.1.12-1
2+
@license p3x-onenote v2019.1.12-4
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.12-1
14+
# 📚 P3X Onenote Linux v2019.1.12-4
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.12-1
169+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.12-4
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.12-1
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.1.12-4
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2019.1.12-1",
3+
"version": "2019.1.12-4",
44
"description": "📚 P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -38,7 +38,6 @@
3838
},
3939
"homepage": "https://pages.corifeus.com/onenote",
4040
"dependencies": {
41-
"electron": "^4.0.1",
4241
"@fortawesome/fontawesome-free": "^5.6.3",
4342
"angular": "^1.7.5",
4443
"angular-animate": "^1.7.5",
@@ -51,7 +50,8 @@
5150
"jquery": "^3.3.1",
5251
"opencollective": "^1.0.3",
5352
"semver": "^5.6.0",
54-
"typeface-roboto": "0.0.54"
53+
"typeface-roboto": "0.0.54",
54+
"electron": "^4.0.1"
5555
},
5656
"devDependencies": {
5757
"jsdom": "^13.1.0",

src/electron/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (semver.gt(process.versions.electron === undefined ? '4.0.0' : process.versio
5252
app.on('second-instance', (event, commandLine, workingDirectory) => {
5353
// Someone tried to run a second instance, we should focus our window.
5454
global.p3x.onenote.setVisible(true);
55-
global.p3x.onenote.window.onenote.webContents.reload();
55+
//global.p3x.onenote.window.onenote.webContents.reload();
5656
})
5757

5858
if (!gotTheLock) {

0 commit comments

Comments
 (0)