File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This directory contains scripts used for the development of code-server.
2929- [ ./ci/dev/watch.ts] ( ./dev/watch.ts ) (` yarn watch ` )
3030 - Starts a process to build and launch code-server and restart on any code changes.
3131 - Example usage in [ ./docs/CONTRIBUTING.md] ( ../docs/CONTRIBUTING.md ) .
32- - [ ./ci/dev/gen_icons.sh] ( ./ci/ dev/gen_icons.sh ) (` yarn icons ` )
32+ - [ ./ci/dev/gen_icons.sh] ( ./dev/gen_icons.sh ) (` yarn icons ` )
3333 - Generates the various icons from a single ` .svg ` favicon in
3434 ` src/browser/media/favicon.svg ` .
3535 - Requires [ imagemagick] ( https://imagemagick.org/index.php )
@@ -75,7 +75,7 @@ You can disable minification by setting `MINIFY=`.
7575
7676This directory contains the release docker container image.
7777
78- - [ ./ci/steps/build-docker-buildx-push.sh] ( ./ci/ steps/docker-buildx-push.sh )
78+ - [ ./ci/steps/build-docker-buildx-push.sh] ( ./steps/docker-buildx-push.sh )
7979 - Builds the release containers with tags ` codercom/code-server-$ARCH:$VERSION ` for amd64 and arm64 with ` docker buildx ` and pushes them.
8080 - Assumes debian releases are ready in ` ./release-packages ` .
8181
You can’t perform that action at this time.
0 commit comments