Skip to content

Commit

Permalink
switch back to dmg target for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
LnnrtS committed Mar 19, 2018
1 parent 872c724 commit f4de81c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ So we developed this application which peforms this rather simple task on Linux,

| Operating System | Details |
| ----| --------|
| Linux | AppImage compiled on Debian Stretch amd64 |
| MacOS | DMG compiled on High Sierra 10.13.1 |
| Windows | Portable and Installer compiled on Windows 7 32bit |
| Linux | AppImage compiled on **Debian Stretch amd64** |
| MacOS | DMG compiled on **High Sierra 10.13.1** |
| Windows | Portable and Installer compiled on **Windows 7 32bit** |
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "MIDI-Firmware-Uploader",
"productName": "MIDIFirmwareUploader",
"description": "Send Firmware Updates via MIDI",
"version": "0.2.4",
"version": "1.0.0",
"private": true,
"author": "Lennart Schierling <[email protected]>",
"copyright": "© 2017, Bastl Instruments",
Expand All @@ -26,7 +26,7 @@
"mac": {
"category": "public.app-category.music",
"target": [
"pkg"
"dmg"
]
},
"win": {
Expand Down

0 comments on commit f4de81c

Please sign in to comment.