Skip to content

Commit af120a6

Browse files
committed
p3x-robot sunday release 2018-4-14 00:24:51
1 parent 51397a5 commit af120a6

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
# P3X Onenote Linux v1.2.323-407
9+
# P3X Onenote Linux v1.2.335-412
1010

1111
This is an open-source project. Star this repository if you like it, or even donate! Thank you so much! :)
1212

@@ -121,7 +121,7 @@ https://github.com/patrikx3/onenote/issues/14
121121

122122
---
123123

124-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.323-407
124+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.335-412
125125

126126
[![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)
127127

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "1.2.323-407",
3+
"version": "1.2.335-412",
44
"description": "P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -34,10 +34,10 @@
3434
"dependencies": {
3535
"electron": "^1.8.4",
3636
"configstore": "^3.1.2",
37-
"corifeus-utils": "^1.1.917-326"
37+
"corifeus-utils": "^1.1.932-330"
3838
},
3939
"devDependencies": {
40-
"corifeus-builder": "^1.7.1295-342",
40+
"corifeus-builder": "^1.7.1311-347",
4141
"electron-builder": "^20.8.1"
4242
},
4343
"engines": {

src/electron/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const configstore = require('configstore');
1313
const pkg = require('../../package.json');
1414
const conf = new configstore(pkg.name);
1515

16+
/*
1617
const isSecondInstance = app.makeSingleInstance((commandLine, workingDirectory) => {
1718
setVisible(true);
1819
mainWindow.webContents.reload();
@@ -21,7 +22,7 @@ const isSecondInstance = app.makeSingleInstance((commandLine, workingDirectory)
2122
if (isSecondInstance) {
2223
app.quit()
2324
}
24-
25+
*/
2526

2627
const action = {
2728
restart: () => {

0 commit comments

Comments
 (0)