blob: 0d0f6f602e058f200c91c061d78ab9603559cc87 (
plain)
1
2
3
4
5
6
|
#!/bin/sh
productbuild \
--component "dist/Libre Video Converter.app" /Applications \
--sign 'Freedom System: Heckyel | 2017' \
--product setup-files/osx/lvc3_definition.plist lvc3.pkg
|