Skip to content

Commit

Permalink
Merge pull request #24 from congpeijun/master
Browse files Browse the repository at this point in the history
bugfix: Recorder is not initialized error #21
  • Loading branch information
streamer45 authored Jan 23, 2021
2 parents 1796cdd + 7b8ee9b commit 2e6458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ ifneq ($(wildcard $(ASSETS_DIR)/.),)
cp -r $(ASSETS_DIR) dist/$(PLUGIN_ID)/
endif
ifneq ($(HAS_PUBLIC),)
cp -r public/ dist/$(PLUGIN_ID)/
cp -r public dist/$(PLUGIN_ID)/
endif
ifneq ($(HAS_SERVER),)
mkdir -p dist/$(PLUGIN_ID)/server/dist;
Expand Down

0 comments on commit 2e6458f

Please sign in to comment.