mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-27 06:25:42 +03:00
Merge pull request #580 from a-kenji/makefile-layout-fix
Fix missing `layout-dir` in makefile
This commit is contained in:
commit
a71b966941
@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
`layout-dir` one can switch either the layouts to
|
||||
the new dir, or set the `layout-dir` to be the current
|
||||
`layout-dir`
|
||||
* Fix `Makefile.toml` because of missing directory (https://github.com/zellij-org/zellij/pull/580)
|
||||
|
||||
## [0.13.0] - 2021-06-04
|
||||
* Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540)
|
||||
|
@ -51,7 +51,6 @@ asset_dir = set ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/assets
|
||||
target_dir = set ${CARGO_TARGET_DIR}
|
||||
data_dir = set ${target_dir}/dev-data
|
||||
rm -r ${data_dir}
|
||||
cp ${asset_dir}/layouts ${data_dir}/
|
||||
plugins = glob_array ${target_dir}/wasm32-wasi/debug/*.wasm
|
||||
for plugin in ${plugins}
|
||||
plugin_name = basename ${plugin}
|
||||
|
Loading…
Reference in New Issue
Block a user