Skip to content

Commit

Permalink
"version": "0.2.1.83" (Attempt 1)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Jackman <[email protected]>
  • Loading branch information
benjaminjackman committed Oct 28, 2021
1 parent 83e885f commit 7a0ceb8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ mkdir build
OUT="$(pwd)/build"
SRC=looty/target/web/public/main
cp "$SRC/looty.html" "$SRC/popup.html" "$SRC/looty-opt.js" "$SRC/manifest.json" "$OUT"
cp -r $SRC/images "$OUT"
cp -r $SRC/jslib "$OUT"
cp -r $SRC/less "$OUT"
cp -r $SRC/fonts "$OUT"
cp -r "$SRC/images" "$OUT"
cp -r "$SRC/jslib" "$OUT"
cp -r "$SRC/less" "$OUT"
cp -r "$SRC/fonts" "$OUT"

cd $OUT
cd "$OUT"
zip -r build.zip *

cd ../
Expand All @@ -38,12 +38,11 @@ cp -r project "$OUT"
cp -r bin "$OUT"
cp README.md "$OUT"

cd $OUT
cd "$OUT"
zip -r buildffsrc.zip *
cp buildffsrc.zip ../build/



#zip "$OUT"

# google-chrome --pack-extension=build --pack-extension-key=$HOME/looty.pem
Expand Down

0 comments on commit 7a0ceb8

Please sign in to comment.