mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
11 lines
323 B
Bash
11 lines
323 B
Bash
#!/bin/bash
|
|
|
|
xattr -csr out/thorium/Thorium.app
|
|
|
|
codesign --force --deep --sign - out/thorium/Thorium.app
|
|
|
|
chrome/installer/mac/pkg-dmg \
|
|
--sourcefile --source out/thorium/Thorium.app \
|
|
--target "out/thorium/Thorium_MacOS.dmg" \
|
|
--volname Thorium --symlink /Applications:/Applications \
|
|
--format UDBZ --verbosity 2
|