Skip to content

Commit

Permalink
Fixed macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Sep 30, 2024
1 parent 81c0526 commit 7bd338c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ version: 1.0.0.{build}
image: Visual Studio 2022
environment:
matrix:
- job_name: Windows build
appveyor_build_worker_image: Visual Studio 2022

- job_name: MacOS build
appveyor_build_worker_image: macOS

- job_name: Linux build
appveyor_build_worker_image: Ubuntu2204

- job_name: Windows build
appveyor_build_worker_image: Visual Studio 2022




matrix:
fast_finish: true

Expand Down Expand Up @@ -63,9 +67,7 @@ for:
- mkdir -p Mirivoice.Desktop/bin/x64/Release/net8.0/osx-x64/MiriVoice.app/Contents/MacOS/
- cp -R Mirivoice.Desktop/bin/x64/Release/net8.0/osx-x64/publish/* Mirivoice.Desktop/bin/x64/Release/net8.0/osx-x64/MiriVoice.app/Contents/MacOS/
- cp Mirivoice/Assets/mirivoice.icns Mirivoice.Desktop/bin/x64/Release/net8.0/osx-x64/MiriVoice.app/Contents/Resources/
- npm install -g create-dmg
- create-dmg Mirivoice.Desktop/bin/x64/Release/net8.0/osx-x64/MiriVoice.app/
- mv *.dmg Mirivoice-osx-x64.dmg
- hdiutil create -volname "MiriVoice" -srcfolder Mirivoice.Desktop/bin/x64/Release/net8.0/osx-x64/MiriVoice.app/ -ov -format UDZO MiriVoice-osx-x64.dmg

-
matrix:
Expand Down

0 comments on commit 7bd338c

Please sign in to comment.