Skip to content

Commit

Permalink
Update appveyor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 3, 2024
1 parent 976feb4 commit caebde4
Showing 1 changed file with 1 addition and 1 deletion.
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 -r osx-x64 -c Release -o Mirivoice.Desktop/bin/osx-x64 -p:AssemblyVersion=%s" % (appcast_ver))
os.system("cp Mirivoice.Desktop/bin/osx-x64 -r Mirivoice.Desktop/osxbuild/MiriVoice-osx-x64.app")
os.system("cp -a Mirivoice.Desktop/bin/osx-x64 Mirivoice.Desktop/osxbuild/MiriVoice-osx-x64.app")
os.system("ditto -c -k --keepParent Mirivoice.Desktop/osxbuild/MiriVoice-osx-x64.app Mirivoice.Desktop/osxbuild/MiriVoice-osx-x64.zip")
os.system("git checkout Mirivoice.Desktop/Mirivoice.Desktop.csproj")

Expand Down

0 comments on commit caebde4

Please sign in to comment.