Skip to content

Commit 287b6f0

Browse files
authored
Merge pull request #9 from awnion/rename-nerd-patcher
rename docker_run.py to nerd-patcher.py
2 parents a0b156f + 04b9773 commit 287b6f0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ COPY --link nerd/glyphs .
8383

8484
WORKDIR ${BUILD_DIR}
8585
COPY --link nerd/font-patcher .
86-
COPY --link ./src/docker_run.py .
87-
RUN chmod +x docker_run.py
86+
COPY --link ./src/nerd-patcher.py .
87+
RUN chmod +x nerd-patcher.py
8888

8989
WORKDIR ${BUILD_DIR}
9090

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ docker run --rm -t \
4141
cd ${BUILD_DIR}/iosevka && \
4242
bun run build -- ttf::${FONT_NAME} && \
4343
cd ${BUILD_DIR} && \
44-
python3 docker_run.py"
44+
python3 nerd-patcher.py"
File renamed without changes.

0 commit comments

Comments
 (0)