Skip to content

Commit

Permalink
fix: mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Sep 3, 2024
1 parent a7eb990 commit 9a1b6ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,8 @@ jobs:
- shell: bash
if: matrix.os == 'macos-latest'
run: |
chmod +x scripts/add-cert.sh && ./scripts/add-cert.sh
npm install --global create-dmg
chmod +x 'build/bin/Fairdrive Desktop App.app/Contents/MacOS/Fairdrive Desktop App'
create-dmg 'build/bin/Fairdrive Desktop App.app' build/bin --identity '${{ secrets.ID }}'
mv 'build/bin/FDA 0.1.0.dmg' build/bin/FDA.dmg
hdiutil create -volname "FDA" -srcfolder build/bin -ov -format UDZO build/bin/FDA.dmg
rm -rf 'build/bin/Fairdrive Desktop App.app'
env:
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
Expand Down

0 comments on commit 9a1b6ec

Please sign in to comment.