Skip to content

Commit

Permalink
pack policy templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Apr 4, 2024
1 parent 502307d commit 4e68775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export NINJA_SUMMARIZE_BUILD=1 &&
export NINJA_STATUS="[%r processes, %f/%t @ %o/s | %e sec. ] " &&

cd ${CR_SRC_DIR} &&
autoninja -C out/thorium thorium chrome_sandbox chromedriver clear_key_cdm thorium_shell policy_templates -j$@ &&
autoninja -C out/thorium thorium chrome_sandbox chromedriver clear_key_cdm thorium_shell policy_templates pack_policy_templates -j$@ &&

cat ~/thorium/logos/thorium_logo_ascii_art.txt &&

Expand Down
2 changes: 1 addition & 1 deletion build_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export NINJA_SUMMARIZE_BUILD=1 &&
export NINJA_STATUS="[%r processes, %f/%t @ %o/s | %e sec. ] " &&

cd ${CR_SRC_DIR} &&
autoninja -C out/thorium thorium chromedriver clear_key_cdm thorium_shell policy_templates setup mini_installer -j$@ &&
autoninja -C out/thorium thorium chromedriver clear_key_cdm thorium_shell policy_templates pack_policy_templates setup mini_installer -j$@ &&

mv -v -f ${CR_SRC_DIR}/out/thorium/mini_installer.exe ${CR_SRC_DIR}/out/thorium/thorium_mini_installer.exe &&

Expand Down

0 comments on commit 4e68775

Please sign in to comment.