File tree 1 file changed +2
-2
lines changed
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.
29
29
- [ ./ci/dev/watch.ts] ( ./dev/watch.ts ) (` yarn watch ` )
30
30
- Starts a process to build and launch code-server and restart on any code changes.
31
31
- 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 ` )
33
33
- Generates the various icons from a single ` .svg ` favicon in
34
34
` src/browser/media/favicon.svg ` .
35
35
- Requires [ imagemagick] ( https://imagemagick.org/index.php )
@@ -75,7 +75,7 @@ You can disable minification by setting `MINIFY=`.
75
75
76
76
This directory contains the release docker container image.
77
77
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 )
79
79
- Builds the release containers with tags ` codercom/code-server-$ARCH:$VERSION ` for amd64 and arm64 with ` docker buildx ` and pushes them.
80
80
- Assumes debian releases are ready in ` ./release-packages ` .
81
81
You can’t perform that action at this time.
0 commit comments