Skip to content

Commit

Permalink
r0b08x [chore] 5/24/2024, 2:06:47 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 24, 2024
1 parent 31448f5 commit 204352f
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 24 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


package-and-release-macos:
runs-on: macos-latest
steps:
Expand All @@ -64,7 +65,24 @@ jobs:
run: npm install
- name: Fix dependencies before
run: node ./scripts/fix-packages-publish.js before
- name: Decode and Install Certificates
env:
CERTIFICATE_P12_BASE64: ${{ secrets.CERTIFICATE_P12_BASE64 }}
CERTIFICATE_P12_PASSWORD: ${{ secrets.CERTIFICATE_P12_PASSWORD }}
run: |
echo $CERTIFICATE_P12_BASE64 | base64 --decode > certificate.p12
security create-keychain -p actions temp.keychain
security import certificate.p12 -k ~/Library/Keychains/temp.keychain -P "$CERTIFICATE_P12_PASSWORD" -T /usr/bin/codesign
security list-keychains -s temp.keychain
security default-keychain -s temp.keychain
security unlock-keychain -p actions temp.keychain
security set-key-partition-list -S apple-tool:,apple: -s -k actions temp.keychain
- name: Build and package macOS app
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
DEBUG: "*"
run: npm run publish-macos
- name: Fix dependencies after
run: node ./scripts/fix-packages-publish.js after
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@



# 📚 P3X OneNote Linux v2024.4.177
# 📚 P3X OneNote Linux v2024.4.185



Expand All @@ -20,7 +20,7 @@
### Built on NodeJs version

```txt
v22.1.0
v22.2.0
```


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

<!--
### Handling Downloaded Files from GitHub
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:
Expand All @@ -146,6 +148,7 @@ sudo xattr -rd com.apple.quarantine P3X-OneNote.app
```
This command ensures that your system trusts the application, allowing it to run smoothly without security interruptions from macOS.
-->

<!--
Expand Down Expand Up @@ -287,7 +290,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
2 changes: 1 addition & 1 deletion artifacts/arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
2 changes: 1 addition & 1 deletion artifacts/flavor.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
2 changes: 1 addition & 1 deletion artifacts/new-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
2 changes: 1 addition & 1 deletion artifacts/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
Binary file added artifacts/onenote-2024.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion change-log.2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
2 changes: 1 addition & 1 deletion change-log.2020.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
2 changes: 1 addition & 1 deletion change-log.2021.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
2 changes: 1 addition & 1 deletion change-log.2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
2 changes: 1 addition & 1 deletion change-log.2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
---


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

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

Expand Down
16 changes: 10 additions & 6 deletions change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

## Change log

### v2024.4.185
Released on 05/24/2024
* CHORE: Updated all packages and added developer certificate for MacOs.

### v2024.4.177
Released on 05/04/2024
* CHORE: Updated all packages and NodeJs using v22.
Expand Down Expand Up @@ -75,11 +79,11 @@ Released on 01/26/2024

## Older change logs
[Change log 2023](./change-log.2023.md)
[Change log 2022](./change-log.2022.md)
[Change log 2021](./change-log.2021.md)
[Change log 2020](./change-log.2020.md)
[Change log 2019](./change-log.2019.md)
[Change log 2023](change-log.2023.md)
[Change log 2022](change-log.2022.md)
[Change log 2021](change-log.2021.md)
[Change log 2020](change-log.2020.md)
[Change log 2019](change-log.2019.md)


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


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

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

Expand Down
20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-onenote",
"version": "2024.4.177",
"version": "2024.4.185",
"description": "📚 P3X OneNote Linux",
"main": "src/electron/app.js",
"corifeus": {
Expand All @@ -11,7 +11,7 @@
"publish": true,
"type": "p3x",
"code": "Linux",
"nodejs": "v22.1.0",
"nodejs": "v22.2.0",
"reponame": "onenote",
"build": true,
"opencollective": false,
Expand Down Expand Up @@ -68,8 +68,8 @@
"corifeus-utils": "2024.4.123",
"electron-store": "8.2.0",
"electron-updater": "6.1.8",
"semver": "7.6.0",
"electron": "^30.0.2"
"semver": "7.6.2",
"electron": "^30.0.8"
},
"devDependencies": {
"corifeus-builder": "2024.4.140",
Expand Down Expand Up @@ -104,10 +104,22 @@
"artifactName": "${productName}-Setup-${version}.${ext}"
},
"mac": {
"icon": "artifacts/onenote-2024.icns",
"category": "public.app-category.productivity",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"identity": "Patrik László (3GB3S9SH84)",
"extendInfo": {
"ElectronTeamID": "3GB3S9SH84"
},
"notarize": {
"teamId": "3GB3S9SH84"
},
"target": [
{
"target": "default",
"arch": [
"universal",
"x64",
"arm64"
]
Expand Down
4 changes: 2 additions & 2 deletions src/electron/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const Store = require('electron-store');
const conf = new Store();

const {app} = require('electron');
app.allowRendererProcessReuse = true
app.disableHardwareAcceleration()
//app.allowRendererProcessReuse = true
//app.disableHardwareAcceleration()

let translationKey = conf.get('lang')
if (translationKey === undefined) {
Expand Down

0 comments on commit 204352f

Please sign in to comment.