Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions recipes/asset-canister/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Download and configure the official IC assets canister with asset synchronization capabilities.

> [!IMPORTANT]
> Version `v2.2.0` and later of this recipe require **icp-cli v0.2.7 or later**.

## Usage

Example of how to reference this recipe in an `icp.yaml` file:
Expand Down
7 changes: 5 additions & 2 deletions recipes/asset-canister/recipe.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ build:
{{! Synchronize assets }}
sync:
steps:
- type: assets
dir: {{ dir }}
- type: plugin
Comment thread
lwshang marked this conversation as resolved.
url: https://github.com/dfinity/certified-assets/releases/download/migration-v2.2.0-209d688/sync_plugin.wasm
sha256: 297c2ef05680d47ac70688d6cebed9bc3a41b2302f400739f894f4f413e6a5ee
dirs:
- {{ dir }}
Loading