Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy Launcher

# Builds the small native launcher for each OS, signs/notarizes it, packages it
# (.dmg / setup.exe / .AppImage), and uploads the result as a build artifact.
# Replaces deploy-pyinstaller.yml: the launcher does NOT bundle torch, so there
# is no cpu/cu129 matrix and no disk-space juggling — builds are small and fast.
# The launcher does NOT bundle torch (uv fetches it on first run), so builds are
# small and fast — no cpu/cu129 matrix and no disk-space juggling.
#
# Required repository secrets (signing is skipped gracefully if absent, so
# workflow_dispatch still produces unsigned artifacts for testing):
Expand Down
203 changes: 0 additions & 203 deletions .github/workflows/deploy-pyinstaller.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ demo_images/*.jpg
demo_images/*.png
demo_images/photomap_index

# pyinstaller spec files
*.spec

# Node.js
node_modules/

Expand Down
107 changes: 0 additions & 107 deletions INSTALL/pyinstaller/make_pyinstaller_image.ps1

This file was deleted.

Loading
Loading