Skip to content

Commit

Permalink
Fix asset bundling (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoile authored Jun 13, 2024
1 parent 0a20ecb commit 8841f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export GO111MODULE=on
export GOBIN ?= $(PWD)/bin

# You can include assets this directory into the bundle. This can be e.g. used to include profile pictures.
ASSETS_DIR ?= assets
ASSETS_DIR ?= server/assets

## Define the default target (make all)
.PHONY: default
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Integrates real-time voice communication in Mattermost",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-calls/",
"support_url": "https://github.com/mattermost/mattermost-plugin-calls/issues",
"icon_path": "server/assets/plugin_icon.svg",
"icon_path": "assets/plugin_icon.svg",
"min_server_version": "9.5.0",
"server": {
"executables": {
Expand Down

0 comments on commit 8841f5c

Please sign in to comment.