Skip to content

Commit

Permalink
Move mac to dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Dec 3, 2024
1 parent b0045df commit 217baf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-appliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
uses: actions/upload-artifact@v4
if: matrix.os == 'macos-latest'
with:
name: "BBB-RoomMediaConnector.app"
path: appliance-application/dist/**/*.app
name: "BBB-RoomMediaConnector.dmg"
path: appliance-application/dist/*.dmg
7 changes: 7 additions & 0 deletions appliance-application/.electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,20 @@ module.exports = async function () {
win: {
target: ['portable'],
},
mac: {
target: "dmg",
arch: [
"universal"
]
},
deb: {
afterInstall: 'installer/linux/after-install.tpl',
},
rpm: {
afterInstall: 'installer/linux/after-install.tpl',
},


publish: [
{
provider: 'github',
Expand Down

0 comments on commit 217baf8

Please sign in to comment.