Merge remote-tracking branch 'origin/master'

This commit is contained in:
mmcwilliams 2020-04-24 22:38:35 -04:00
commit 8163f7d454
3 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ The `mcopy` project is comprised of software and hardware for optical printers,
## Downloads <a name="downloads"></a> ## Downloads <a name="downloads"></a>
### Latest Installers ### Latest Installers
* [1.6.2](https://github.com/sixteenmillimeter/mcopy/releases/tag/1.6.2) for macOS and Linux (.deb)
* [1.6.1](https://github.com/sixteenmillimeter/mcopy/releases/tag/1.6.1) for macOS * [1.6.1](https://github.com/sixteenmillimeter/mcopy/releases/tag/1.6.1) for macOS

View File

@ -2,7 +2,7 @@
"dest": "../dist/installers/", "dest": "../dist/installers/",
"icon": "./assets/icons/icon.png", "icon": "./assets/icons/icon.png",
"categories": [ "categories": [
"Video" "AudioVideo"
], ],
"lintianOverrides": [ "lintianOverrides": [
"changelog-file-missing-in-native-package" "changelog-file-missing-in-native-package"

View File

@ -3,7 +3,7 @@
./node_modules/.bin/electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/icon.icns --prune=true --out=../dist ./node_modules/.bin/electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/icon.icns --prune=true --out=../dist
#build dmg for mac install #build dmg for mac install
sleep 5s sleep 5s
mkdir ../dist/installers mkdir -p ../dist/installers
./node_modules/.bin/electron-installer-dmg ../dist/mcopy-app-darwin-x64/mcopy-app.app mcopy-app --out=../dist/installers --icon=assets/icons/icon.icns --overwrite ./node_modules/.bin/electron-installer-dmg ../dist/mcopy-app-darwin-x64/mcopy-app.app mcopy-app --out=../dist/installers --icon=assets/icons/icon.icns --overwrite
# Path to the icon file that will be the app icon in the DMG window. # Path to the icon file that will be the app icon in the DMG window.
# --icon-size=<px> How big to make the icon for the app in the DMG. [Default: `80`]. # --icon-size=<px> How big to make the icon for the app in the DMG. [Default: `80`].