Skip to content

Commit cf3972c

Browse files
authored
Makefile: Fix app bundle dependency in zip build target
The dependency name and target name got out of sync somewhere.
1 parent 8fbd4db commit cf3972c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313
build: $(release)
1414

1515
$(shell mkdir -p build)
16-
build/factorio-server-manager-%.zip: app/bundle.js factorio-server-manager-%
16+
build/factorio-server-manager-%.zip: app/bundle factorio-server-manager-%
1717
@echo "Packaging Build - $@"
1818
@cp -r app/ factorio-server-manager/
1919
@cp conf.json.example factorio-server-manager/conf.json

0 commit comments

Comments
 (0)