Skip to content

Commit

Permalink
Fixed mac build, changed appveyor mac VM
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 3, 2024
1 parent 1f7ddb4 commit d390554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mirivoice.Desktop/appveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def write_info_plist():
</dict>
</plist>'''.replace('@@', appcast_ver)

with open("Mirivoice.Desktop/osxbuild/MiriVoice.app/Contents/Info.plist", 'w') as f:
with open("Mirivoice.Desktop/osxbuild/MiriVoice-osx-x64.app/Contents/Info.plist", 'w') as f:
f.write(plist)

if sys.platform == 'win32':
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
secure: EZGpxMjy4Z14QdM0UqgRTRn+GRbehi7bp6TtZVjH04PqNqMljX9d1QU29YDHOhld
image:
- Visual Studio 2022
- macOS
- macOS-Sonoma
- Ubuntu2204
branches:
only:
Expand Down

0 comments on commit d390554

Please sign in to comment.