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