Skip to content

Commit

Permalink
Fixed appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 1, 2024
1 parent 202f376 commit 82cac48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def write_appcast(appcast_os, appcast_rid, appcast_file):
os.system("rm LICENSE.txt")
os.system(
"sed -i '' \"s/0.0.0/%s/g\" Mirivoice.Desktop/Mirivoice.Desktop.csproj" % (appcast_ver))
os.system("dotnet restore Mirivoice.Desktop/Mirivoice.Desktop.csproj -r osx.10.14-x64")
os.system("dotnet msbuild Mirivoice.Desktop/Mirivoice.Desktop.csproj -t:BundleApp -p:Configuration=Release -p:RuntimeIdentifier=osx.10.14-x64 -p:UseAppHost=true -p:OutputPath=../bin/osx-x64/")
os.system("dotnet restore Mirivoice.Desktop/Mirivoice.Desktop.csproj -r osx-x64")
os.system("dotnet msbuild Mirivoice.Desktop/Mirivoice.Desktop.csproj -t:BundleApp -p:Configuration=Release -p:RuntimeIdentifier=osx-x64 -p:UseAppHost=true -p:OutputPath=../bin/osx-x64/")
os.system(
"cp MiriVoice/Assets/mirivoice.icns bin/osx-x64/publish/MiriVoice.app/Contents/Resources/")
os.system("rm *.dmg")
Expand Down

0 comments on commit 82cac48

Please sign in to comment.