Skip to content

Commit

Permalink
Fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Dec 3, 2024
1 parent 1191d89 commit b0045df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-appliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
if: matrix.os == 'macos-latest'
with:
name: "BBB-RoomMediaConnector.app"
path: appliance-application/dist/
path: appliance-application/dist/**/*.app
4 changes: 2 additions & 2 deletions appliance-application/.electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ module.exports = async function () {
target: ['portable'],
},
deb: {
afterInstall: 'linux/after-install.tpl',
afterInstall: 'installer/linux/after-install.tpl',
},
rpm: {
afterInstall: 'linux/after-install.tpl',
afterInstall: 'installer/linux/after-install.tpl',
},

publish: [
Expand Down

0 comments on commit b0045df

Please sign in to comment.