We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 219736c + 6a7b876 commit ac11f2eCopy full SHA for ac11f2e
makexpi.sh
@@ -44,7 +44,7 @@ if [ -n "$1" ] && [ "$2" != "--no-recurse" ] && [ "$1" != "--fast" ] ; then
44
45
# Now escape from the horrible mess we've made
46
cd ..
47
- XPI_NAME="$APP_NAME-$1.xpi"
+ XPI_NAME="$APP_NAME-$1"
48
# In this mad recursive situation, sometimes old buggy build scripts make
49
# the xpi as ./pkg :(
50
if ! cp $SUBDIR/pkg/$XPI_NAME pkg/ ; then
0 commit comments