Skip to content

Commit 204352f

Browse files
committed
r0b08x [chore] 5/24/2024, 2:06:47 PM
1 parent 31448f5 commit 204352f

File tree

15 files changed

+61
-24
lines changed

15 files changed

+61
-24
lines changed

.github/workflows/build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454

55+
5556
package-and-release-macos:
5657
runs-on: macos-latest
5758
steps:
@@ -64,7 +65,24 @@ jobs:
6465
run: npm install
6566
- name: Fix dependencies before
6667
run: node ./scripts/fix-packages-publish.js before
68+
- name: Decode and Install Certificates
69+
env:
70+
CERTIFICATE_P12_BASE64: ${{ secrets.CERTIFICATE_P12_BASE64 }}
71+
CERTIFICATE_P12_PASSWORD: ${{ secrets.CERTIFICATE_P12_PASSWORD }}
72+
run: |
73+
echo $CERTIFICATE_P12_BASE64 | base64 --decode > certificate.p12
74+
security create-keychain -p actions temp.keychain
75+
security import certificate.p12 -k ~/Library/Keychains/temp.keychain -P "$CERTIFICATE_P12_PASSWORD" -T /usr/bin/codesign
76+
security list-keychains -s temp.keychain
77+
security default-keychain -s temp.keychain
78+
security unlock-keychain -p actions temp.keychain
79+
security set-key-partition-list -S apple-tool:,apple: -s -k actions temp.keychain
6780
- name: Build and package macOS app
81+
env:
82+
APPLE_ID: ${{ secrets.APPLE_ID }}
83+
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
84+
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
85+
DEBUG: "*"
6886
run: npm run publish-macos
6987
- name: Fix dependencies after
7088
run: node ./scripts/fix-packages-publish.js after

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
# 📚 P3X OneNote Linux v2024.4.177
9+
# 📚 P3X OneNote Linux v2024.4.185
1010

1111

1212

@@ -20,7 +20,7 @@
2020
### Built on NodeJs version
2121

2222
```txt
23-
v22.1.0
23+
v22.2.0
2424
```
2525

2626

@@ -138,6 +138,8 @@ It was a request to build a Windows version. [Issue 168](https://github.com/patr
138138
## MacOS Compatibility
139139
Our application supports builds for both Intel and Apple Silicon architectures.
140140

141+
<!--
142+
141143
### Handling Downloaded Files from GitHub
142144
Although I'm not an Apple expert, if you download the `zip` file for the `arm64` version, you'll need to execute the following command on the unzipped app to remove the quarantine attribute applied by macOS:
143145
@@ -146,6 +148,7 @@ sudo xattr -rd com.apple.quarantine P3X-OneNote.app
146148
```
147149
148150
This command ensures that your system trusts the application, allowing it to run smoothly without security interruptions from macOS.
151+
-->
149152

150153
<!--
151154
@@ -287,7 +290,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
287290
---
288291

289292

290-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
293+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
291294

292295
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
293296

artifacts/arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
4444
---
4545

4646

47-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
47+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
4848

4949
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
5050

artifacts/flavor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
3434
---
3535

3636

37-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
37+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
3838

3939
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
4040

artifacts/new-language.md

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

3737

38-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
38+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
3939

4040
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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

artifacts/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
4848
---
4949

5050

51-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
51+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
5252

5353
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
5454

artifacts/onenote-2024.icns

37.6 KB
Binary file not shown.

change-log.2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
202202
---
203203

204204

205-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
205+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
206206

207207
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
208208

change-log.2020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
164164
---
165165

166166

167-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
167+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
168168

169169
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
170170

change-log.2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
196196
---
197197

198198

199-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
199+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
200200

201201
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
202202

change-log.2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
7171
---
7272

7373

74-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
74+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
7575

7676
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
7777

change-log.2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
9595
---
9696

9797

98-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
98+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
9999

100100
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
101101

change-log.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
## Change log
99

10+
### v2024.4.185
11+
Released on 05/24/2024
12+
* CHORE: Updated all packages and added developer certificate for MacOs.
13+
1014
### v2024.4.177
1115
Released on 05/04/2024
1216
* CHORE: Updated all packages and NodeJs using v22.
@@ -75,11 +79,11 @@ Released on 01/26/2024
7579

7680
7781
## Older change logs
78-
[Change log 2023](./change-log.2023.md)
79-
[Change log 2022](./change-log.2022.md)
80-
[Change log 2021](./change-log.2021.md)
81-
[Change log 2020](./change-log.2020.md)
82-
[Change log 2019](./change-log.2019.md)
82+
[Change log 2023](change-log.2023.md)
83+
[Change log 2022](change-log.2022.md)
84+
[Change log 2021](change-log.2021.md)
85+
[Change log 2020](change-log.2020.md)
86+
[Change log 2019](change-log.2019.md)
8387

8488

8589
[//]: #@corifeus-footer
@@ -107,7 +111,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
107111
---
108112

109113

110-
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.177
114+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.185
111115

112116
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![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)
113117

package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "2024.4.177",
3+
"version": "2024.4.185",
44
"description": "📚 P3X OneNote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
@@ -11,7 +11,7 @@
1111
"publish": true,
1212
"type": "p3x",
1313
"code": "Linux",
14-
"nodejs": "v22.1.0",
14+
"nodejs": "v22.2.0",
1515
"reponame": "onenote",
1616
"build": true,
1717
"opencollective": false,
@@ -68,8 +68,8 @@
6868
"corifeus-utils": "2024.4.123",
6969
"electron-store": "8.2.0",
7070
"electron-updater": "6.1.8",
71-
"semver": "7.6.0",
72-
"electron": "^30.0.2"
71+
"semver": "7.6.2",
72+
"electron": "^30.0.8"
7373
},
7474
"devDependencies": {
7575
"corifeus-builder": "2024.4.140",
@@ -104,10 +104,22 @@
104104
"artifactName": "${productName}-Setup-${version}.${ext}"
105105
},
106106
"mac": {
107+
"icon": "artifacts/onenote-2024.icns",
108+
"category": "public.app-category.productivity",
109+
"hardenedRuntime": true,
110+
"gatekeeperAssess": false,
111+
"identity": "Patrik László (3GB3S9SH84)",
112+
"extendInfo": {
113+
"ElectronTeamID": "3GB3S9SH84"
114+
},
115+
"notarize": {
116+
"teamId": "3GB3S9SH84"
117+
},
107118
"target": [
108119
{
109120
"target": "default",
110121
"arch": [
122+
"universal",
111123
"x64",
112124
"arm64"
113125
]

src/electron/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const Store = require('electron-store');
33
const conf = new Store();
44

55
const {app} = require('electron');
6-
app.allowRendererProcessReuse = true
7-
app.disableHardwareAcceleration()
6+
//app.allowRendererProcessReuse = true
7+
//app.disableHardwareAcceleration()
88

99
let translationKey = conf.get('lang')
1010
if (translationKey === undefined) {

0 commit comments

Comments
 (0)