Skip to content

Commit 39bed90

Browse files
build: remove installer & convert installer build script to only build the wheel
1 parent c0e4819 commit 39bed90

File tree

13 files changed

+6
-1246
lines changed

13 files changed

+6
-1246
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ help:
1616
@echo "frontend-build Build the frontend in order to run on localhost:9090"
1717
@echo "frontend-dev Run the frontend in developer mode on localhost:5173"
1818
@echo "frontend-typegen Generate types for the frontend from the OpenAPI schema"
19-
@echo "installer-zip Build the installer .zip file for the current version"
19+
@echo "wheel Build the wheel for the current version"
2020
@echo "tag-release Tag the GitHub repository with the current version (use at release time only!)"
2121
@echo "openapi Generate the OpenAPI schema for the app, outputting to stdout"
2222
@echo "docs Serve the mkdocs site with live reload"
@@ -64,13 +64,13 @@ frontend-dev:
6464
frontend-typegen:
6565
cd invokeai/frontend/web && python ../../../scripts/generate_openapi_schema.py | pnpm typegen
6666

67-
# Installer zip file
68-
installer-zip:
69-
cd installer && ./create_installer.sh
67+
# Tag the release
68+
wheel:
69+
cd scripts && ./build_wheel.sh
7070

7171
# Tag the release
7272
tag-release:
73-
cd installer && ./tag_release.sh
73+
cd scripts && ./tag_release.sh
7474

7575
# Generate the OpenAPI Schema for the app
7676
openapi:

installer/WinLongPathsEnabled.reg

-284 Bytes
Binary file not shown.

installer/install.bat.in

Lines changed: 0 additions & 128 deletions
This file was deleted.

installer/install.sh.in

Lines changed: 0 additions & 40 deletions
This file was deleted.

installer/lib/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)