Skip to content

Commit 6cb6ff8

Browse files
committed
robo8x [chore] 8/1/2019, 12:54:01 AM
1 parent 7c8bdfd commit 6cb6ff8

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

LICENSE

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

2-
@license p3x-onenote v2019.10.211
2+
@license p3x-onenote v2019.10.213
33

4-
P3X OneNote Linux
4+
📚 P3X OneNote Linux
55

66
https://pages.corifeus.com/onenote
77

README.md

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

1212

1313

14-
# 📚 P3X OneNote Linux v2019.10.212
14+
# 📚 P3X OneNote Linux v2019.10.213
1515

1616

1717
**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
@@ -205,7 +205,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
205205

206206
---
207207

208-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.10.212
208+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.10.213
209209

210210
[![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
211211

artifacts/new-language.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
2222

2323
---
2424

25-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.10.212
25+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.10.213
2626

2727
[![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
2828

artifacts/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
3535

3636
---
3737

38-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.10.212
38+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.10.213
3939

4040
[![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
4141

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
119119

120120
---
121121

122-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.10.212
122+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v2019.10.213
123123

124124
[![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
125125

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2019.10.212",
3+
"version": "2019.10.213",
44
"description": "📚 P3X OneNote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"test": "grunt",
2222
"build": "electron-builder --ia32 --x64 build/dist",
23-
"build-test": "electron-builder build/dist",
23+
"build-test": "electron-builder build/dist -p always",
2424
"postinstall": "opencollective postinstall",
2525
"start": "node ./node_modules/.bin/electron ./src/electron/app.js",
2626
"publish-electron": "rm -rf dist && electron-builder -p onTagOrDraft --ia32 --x64 --linux",
@@ -96,4 +96,4 @@
9696
"type": "opencollective",
9797
"url": "https://opencollective.com/p3x-onenote"
9898
}
99-
}
99+
}

src/build/after-all-artifact-build.js

+4
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,8 @@ module.exports = async function (context) {
9898
}
9999
await exec('rm', ['-rf', packageDir])
100100
chdir(originalDir)
101+
102+
await new Promise((resolve) => {
103+
setTimeout(resolve, 10000)
104+
})
101105
}

0 commit comments

Comments
 (0)