Skip to content

Commit e74dda6

Browse files
committed
robo8x [chore] 12/30/2018, 4:38:13 PM
1 parent 8d33cb7 commit e74dda6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111

12-
# 📚 P3X Onenote Linux v2018.12.30-3
12+
# 📚 P3X Onenote Linux v2018.12.30-5
1313

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

@@ -159,7 +159,7 @@ Since Electron v3 the try click is executing the right click, for some reason. S
159159

160160
---
161161

162-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2018.12.30-3
162+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2018.12.30-5
163163

164164
[![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)
165165

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 v2018.12.30-3
30+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2018.12.30-5
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": "2018.12.30-3",
3+
"version": "2018.12.30-5",
44
"description": "📚 P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -21,7 +21,7 @@
2121
"build": "build --ia32 --x64 build/dist",
2222
"postinstall": "opencollective postinstall",
2323
"start": "node ./node_modules/.bin/electron ./src/electron/app.js",
24-
"publish": "build --ia32 --x64 --linux -p always"
24+
"publish-electron": "build --ia32 --x64 --linux -p always"
2525
},
2626
"repository": {
2727
"type": "git",
@@ -83,4 +83,4 @@
8383
"type": "opencollective",
8484
"url": "https://opencollective.com/p3x-onenote"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)