diff options
Diffstat (limited to 'build_installer.sh')
-rw-r--r-- | build_installer.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build_installer.sh b/build_installer.sh new file mode 100644 index 0000000..2d7e4d3 --- /dev/null +++ b/build_installer.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +productbuild \ + --component "dist/Libre Video Converter.app" /Applications \ + --sign 'Freedom System: Heckyel | 2017' \ + --product setup-files/osx/mvc3_definition.plist mvc3.pkg |