Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Mar 21, 2022
1 parent cd8e412 commit b62249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
NAME=photonic
VER=${1:-dev}
FILE=$NAME-$VER-pm-bk.xpi
FILE=$NAME-$VER-pm.xpi
if test -f "$FILE"; then
rm $FILE
fi
Expand Down

0 comments on commit b62249d

Please sign in to comment.