Skip to content

Commit

Permalink
Update fosshub script
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Mar 14, 2024
1 parent e466585 commit fde664c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/fosshub.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
files = {
'copyq-{version}-setup.exe': 'Windows Installer',
'copyq-{version}.zip': 'Windows Portable',
'CopyQ.dmg.zip': 'macOS',
'CopyQ-macos-10.dmg.zip': 'macOS',
'CopyQ-macos-12-m1.dmg.zip': 'macOS M1',
}

version = sys.argv[1]
Expand Down

0 comments on commit fde664c

Please sign in to comment.