Skip to content

Commit

Permalink
Fixed mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 3, 2024
1 parent 2b64c96 commit c3c97b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Mirivoice.Desktop/appveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def write_info_plist():
write_info_plist()
os.system("dotnet restore Mirivoice.Desktop/Mirivoice.Desktop.csproj -r osx-x64")
os.system("dotnet publish Mirivoice.Desktop/Mirivoice.Desktop.csproj -c Release -r osx-x64 --self-contained true -o Mirivoice.Desktop/bin/osx-x64 -p:UseAppHost=true -p:AssemblyVersion=%s" % (appcast_ver) )
os.system("cp -a Mirivoice.Desktop/bin/osx-x64/publish/ Mirivoice.Desktop/osxbuild/MiriVoice.app/Contents/MacOS")
os.system("cp -a Mirivoice.Desktop/bin/osx-x64/ Mirivoice.Desktop/osxbuild/MiriVoice.app/Contents/MacOS")
os.system("chmod +x Mirivoice.Desktop/osxbuild/MiriVoice.app/Contents/MacOS/MiriVoice")
os.system("npm install -g create-dmg")
os.system("create-dmg Mirivoice.Desktop/osxbuild/MiriVoice.app")
Expand Down
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,13 @@ artifacts:
type: zip
- path: Mirivoice.Desktop\bin\win-x64
name: MiriVoice-win-x64
type: zip
- path: Mirivoice.Desktop\bin\osx-x64
name: MiriVoice-osx-x64
type: zip
type: zip
- path: MiriVoice-osx-x64.dmg
- path: MiriVoice-linux-x64.tar.gz
- path: appcast.win-x86.xml
- path: appcast.win-x64.xml
- path: appcast.linux-x64.xml
- path: appcast.osx-x64.xml
- path: changelog.txt
deploy:
- provider: GitHub
tag: build/$(APPVEYOR_BUILD_VERSION)
Expand Down

0 comments on commit c3c97b6

Please sign in to comment.