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