Skip to content

Commit

Permalink
Updated the "usePGP" module (OriginProtocol#993)
Browse files Browse the repository at this point in the history
* Updated the "usePGP" module

* Reverted previous change to usePGP module
  • Loading branch information
phyninja authored Sep 10, 2021
1 parent c40f4b0 commit e7fed5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shop/buildThemes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ buildTheme () {
./node_modules/.bin/webpack --output-path="../backend/themes/$themeName"
cp "$1/screenshot.png" "../backend/themes/$themeName/screenshot.png"
cp "$1/theme.json" "../backend/themes/$themeName/theme.json"
if [ -d "../backend/themes/$themeName/dist" ]; then
cp "../node_modules/openpgp/dist/openpgp.min.js" "../node_modules/openpgp/dist/openpgp.worker.min.js" "../backend/themes/$themeName/dist"
fi

echo $themeName built
}
Expand Down

0 comments on commit e7fed5c

Please sign in to comment.