Skip to content

Commit

Permalink
fix: pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ExposedCat committed Nov 10, 2024
1 parent 5555dc3 commit 511ad28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ NAME="snowy"
DOMAIN="exposedcat"

SLUG="$NAME@$DOMAIN"
ARCHIVE="$SLUG.shell-extension.zip"

EXTENSIONS="/home/$USER/.local/share/gnome-shell/extensions"

build() {
Expand All @@ -28,7 +30,7 @@ build)
pack)
rm -f $NAME.zip
pushd dist
zip "../$NAME.zip" -9r ./*.js ./*.css ./**/*.js ./**/*.css metadata.json
zip "../$ARCHIVE" -9r ./*.js ./*.css ./**/*.js ./**/*.css metadata.json
popd
;;
install)
Expand Down

0 comments on commit 511ad28

Please sign in to comment.