Skip to content

Commit ca0570b

Browse files
committed
fix: Name of dist package
1 parent c70aea0 commit ca0570b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ build : $(lw_source_dir)
168168

169169
package :
170170
(cd $(lw_source_dir) && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales)
171-
cp -v $(lw_source_dir)/obj-*/dist/librewolf-$(version)-$(release).en-US.*.tar.bz2 .
171+
cp -v $(lw_source_dir)/obj-*/dist/hyperfox-$(version)-$(release).en-US.*.tar.bz2 .
172172

173173
run :
174174
(cd $(lw_source_dir) && ./mach run)

0 commit comments

Comments
 (0)