Skip to content

Commit

Permalink
Change supporting mentions of create_dmg
Browse files Browse the repository at this point in the history
Based on the rename from this commit:

commit c4ee4f2
Author: Alexander Frick <Alex313031@gmail.com>
Date:   Tue Feb 20 00:17:40 2024 -0600

     minor 206 uprev for ThOS

 build_dmg.sh => create_dmg.sh    |   0
 infra/THORIUM_DEV_BOOKMARKS.html | 376 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------
 thorium-libjxl                   |   2 +-
 upstream_version.sh              |   2 +-
 version.sh                       |   2 +-
 5 files changed, 191 insertions(+), 191 deletions(-)
  • Loading branch information
dougluce committed Dec 4, 2024
1 parent 42c6a9b commit f428eaa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildShell () {
cat ~/thorium/logos/thorium_logo_ascii_art.txt &&
printf "\n" &&

printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can now run \'./build_dmg.sh\', and copy the Thorium Shell.app out.\n" &&
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can now run \'./create_dmg.sh\', and copy the Thorium Shell.app out.\n" &&
tput sgr0
}
case $1 in
Expand Down Expand Up @@ -77,5 +77,5 @@ printf "\n" &&
cat ~/thorium/logos/thorium_logo_ascii_art.txt &&
printf "\n" &&

printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can now run \'./build_dmg.sh\'\n" &&
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can now run \'./create_dmg.sh\'\n" &&
tput sgr0
2 changes: 1 addition & 1 deletion docs/BUILDING_MAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $ out/thorium/Thorium.app/Contents/MacOS/Thorium
To generate a *.dmg* installation package, run (from within the Thorium repo):

```shell
$ ./build_dmg.sh
$ ./create_dmg.sh
```

### Avoiding repetitive system permissions dialogs after each build
Expand Down
6 changes: 3 additions & 3 deletions infra/set_exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sudo chmod -v +x g &&

sudo chmod -v +x build_android.sh &&

sudo chmod -v +x build_dmg.sh &&
sudo chmod -v +x create_dmg.sh &&

sudo chmod -v +x build_mac.sh &&

Expand All @@ -57,14 +57,14 @@ sudo chmod -v +x version.sh &&

sudo chmod -v +x upstream_version.sh &&

sudo chmod -v +x get_repo.sh &&

sudo chmod -v +x infra/arch-prerequisites.sh &&

sudo chmod -v +x infra/fetch_api_keys.sh &&

sudo chmod -v +x infra/fix_libaom.sh &&

sudo chmod -v +x infra/install_deps.sh &&

sudo chmod -v +x infra/build_dmg_cr.sh &&

sudo chmod -v +x infra/build_ffmpeg.sh &&
Expand Down

0 comments on commit f428eaa

Please sign in to comment.