Skip to content

Commit 41c1a8d

Browse files
Changed from create-gui to techui-builder (#163)
2 parents a8827a1 + bb3a6e2 commit 41c1a8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: ./.github/actions/install_requirements
2828

2929
- name: generate-schema
30-
run: create-gui --schema
30+
run: techui-builder --schema
3131

3232
- name: Create GitHub Release
3333
# We pin to the SHA, not the tag, for security reasons.

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "Run create-gui",
8+
"name": "Run techui-builder",
99
"type": "debugpy",
1010
"request": "launch",
1111
"justMyCode": true,

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ COPY --from=build /assets/.venv/ .venv/
3939
ENV PATH=.venv/bin:$PATH
4040

4141
# Change this entrypoint if it is not the same as the repo
42-
ENTRYPOINT ["create-gui"]
42+
ENTRYPOINT ["techui-builder"]
4343
CMD ["--version"]

0 commit comments

Comments
 (0)