Skip to content

Commit

Permalink
replace sitetitle placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Oct 30, 2023
1 parent f40df6b commit 45c2332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-webinstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ cp versions.json ./hardware-installer/src/versions.json
cp installer/config.js ./hardware-installer/src/config.js
cp installer/Hero.jsx ./hardware-installer/src/Hero.jsx

sed -i "s/%title%/$PROJECT_NAME/g" ./hardware-installer/index.html

mkdir -p $INSTALLER_PATH
for version in $(jq -r '.versions[]' ./hardware-installer/src/versions.json); do
mkdir -p $INSTALLER_PATH/$version
Expand Down

0 comments on commit 45c2332

Please sign in to comment.