Skip to content

Commit

Permalink
6.1.110
Browse files Browse the repository at this point in the history
  • Loading branch information
yayacat committed May 24, 2024
1 parent e85a6d1 commit 416d813
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions TREM.Electron/macos_arm64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mac:
target:
- target: dmg
arch:
- arm64
- target: pkg
arch:
- arm64
8 changes: 8 additions & 0 deletions TREM.Electron/macos_x64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mac:
target:
- target: dmg
arch:
- x64
- target: pkg
arch:
- x64
4 changes: 2 additions & 2 deletions TREM.Electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "electron .",
"dev": "electron . --dev --key",
"dist": "electron-builder -p always",
"dist_x64": "electron-builder --x64 -p always",
"dist_arm64": "electron-builder --arm64 -p always",
"dist_x64": "electron-builder --x64 -p always -c macos_x64.yml",
"dist_arm64": "electron-builder --arm64 -p always -c macos_arm64.yml",
"lint": "eslint --ext .js js/"
},
"build": {
Expand Down

0 comments on commit 416d813

Please sign in to comment.