mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update build_dmg.sh
This commit is contained in:
parent
aa1f31af1c
commit
e4834effba
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ codesign --force --deep --sign - out/thorium/Thorium.app &&
|
|||
# Build dmg package
|
||||
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 &&
|
||||
|
||||
cat $HOME/thorium/logos/apple_ascii_art.txt &&
|
||||
cat logos/apple_ascii_art.txt &&
|
||||
|
||||
printf "${GRE}.DMG Build Completed. ${YEL}Installer at //out/thorium/Thorium*_MacOS.dmg\n" &&
|
||||
tput sgr0
|
||||
|
|
Loading…
Reference in a new issue