Skip to content

Commit

Permalink
r0b08x [chore] 2/25/2024, 12:18:44 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Feb 25, 2024
1 parent 4a64be1 commit e708dae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

## Change log

### v2024.4.122
Released on 02/25/2024
* FEATURE: Enable a MacOs Intel and Apple silicon build.

### v2024.4.120
Released on 02/25/2024
* FEATURE: Building the Windows versions is done via GitHub Actions.
Expand Down
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"publish-electron-test": "rm -rf dist && electron-builder --p onTagOrDraft --linux --linux AppImage deb --x64",
"publish-electron-snap": "rm -rf dist && electron-builder --linux snap -p never",
"publish-windows": "rimraf dist && electron-builder -p always --windows",
"publish-electron-yml": "node ./node_modules/corifeus-builder/src/utils/appimage/post-build.js"
"publish-electron-yml": "node ./node_modules/corifeus-builder/src/utils/appimage/post-build.js",
"publish-macos": "electron-builder --mac --publish never"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -94,6 +95,17 @@
"nsis": {
"artifactName": "${name}-electron-setup-${os}-${version}.${ext}"
},
"mac": {
"target": [
{
"target": "default",
"arch": [
"x64",
"arm64"
]
}
]
},
"snap": {
"environment": {
"DISABLE_WAYLAND": 1
Expand Down

0 comments on commit e708dae

Please sign in to comment.