Skip to content

Commit

Permalink
ci: remove bundle.py, and reference to it (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvinnchau authored and acekyd committed Jan 21, 2025
1 parent 1798c5e commit e931318
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
70 changes: 0 additions & 70 deletions ui/desktop/bundle.py

This file was deleted.

1 change: 0 additions & 1 deletion ui/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"start:test-error": "GOOSE_TEST_ERROR=true electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"bundle:preconfigured": "./bundle.py && npm run make && echo 'resetting main' && git checkout src/main.ts && cd out/Goose-darwin-arm64 && ditto -c -k --sequesterRsrc --keepParent Goose.app Goose.zip",
"bundle:default": "npm run make && cd out/Goose-darwin-arm64 && ditto -c -k --sequesterRsrc --keepParent Goose.app Goose.zip",
"debug": "echo 'run --remote-debugging-port=8315' && lldb out/Goose-darwin-arm64/Goose.app",
"test-e2e": "electron-forge start > /tmp/out.txt & ELECTRON_PID=$! && sleep 12 && if grep -q 'renderer: ChatWindow loaded' /tmp/out.txt; then echo 'process is running'; pkill -f electron; else echo 'not starting correctly'; cat /tmp/out.txt; pkill -f electron; exit 1; fi",
Expand Down

0 comments on commit e931318

Please sign in to comment.