enabling windows builds with code signing#2968
Conversation
|
.bundle-windows |
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, signed) Instructions: This link is provided by nightly.link and will work even if you're not logged into GitHub. |
|
.bundle-windows |
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, signed) Instructions: This link is provided by nightly.link and will work even if you're not logged into GitHub. |
Windows Desktop App🪟 Download Windows Desktop App (x64, signed) Instructions: This link is provided by nightly.link and will work even if you're not logged into GitHub. |
…workflows - Add id-token: write, contents: read, actions: read permissions to pr-comment-bundle-windows.yml - Add id-token: write, contents: write, actions: read permissions to release.yml - These permissions are required for the called bundle-desktop-windows.yml workflow to authenticate with AWS KMS for code signing
…ssues - Update Node.js version from 18 to 22 to match package.json requirement (^22.9.0) - Fix unzip command with -o flag to automatically overwrite files without prompting - Add workaround for npm optional dependencies bug affecting @rollup/rollup-linux-x64-gnu - Update cache key to include Node.js version for proper cache invalidation - Remove package-lock.json and node_modules before npm install to ensure clean state
- Change signing parameter from false to true in pr-comment-bundle-windows.yml - This allows testing the complete AWS KMS signing workflow in PR builds - Can be reverted after signing functionality is verified
82defb8 to
5bf3c8d
Compare
Windows Desktop App🪟 Download Windows Desktop App (x64, signed) Instructions: This link is provided by nightly.link and will work even if you're not logged into GitHub. |
Windows Desktop App🪟 Download Windows Desktop App (x64, signed) Instructions: This link is provided by nightly.link and will work even if you're not logged into GitHub. |
* main: (26 commits) chore(release): release version 1.0.29 (#2978) [fix][small] Replaced goose prompt unicode quotations with ascii quotations (#2972) fix: goose recipe prompt is not shown again when switch the view from settings to chat (#2870) fix: remove computer controller presentation (#2956) Fix GitHub Copilot Provider Config (#2955) Blog: Why I Used Goose to Build a Chaotic Emotion Detection App (#2959) Docs: Recipe settings (#2970) feat(ui): Add confirmation dialog for unsaved changes in extension modal (#2971) feat: alphabetize extensions in goose CLI (#2966) switch roles on condition for windows (#2975) fix version param for canary (#2974) enabling windows builds with code signing (#2968) feat(cli): add system prompt parameter to run command (#2253) Fix window not showing for some users (#2967) Add documentation for running with Ramalama local model serving in OCI Containers (#1973) Reddit MCP Server Tutorial (#2949) [fix] goose not quitting app completely (#2950) Opopadich/issue 1625 (#2904) chore(deps): bump go.temporal.io/api from 1.24.0 to 1.44.1 in /temporal-service (#2837) feat: add newline at end of file writes (#2221) ...
* main: (28 commits) feat: optional fast edit models (#2580) feat: Add lead-worker model selection and real-time model display in GUI (#2964) chore(release): release version 1.0.29 (#2978) [fix][small] Replaced goose prompt unicode quotations with ascii quotations (#2972) fix: goose recipe prompt is not shown again when switch the view from settings to chat (#2870) fix: remove computer controller presentation (#2956) Fix GitHub Copilot Provider Config (#2955) Blog: Why I Used Goose to Build a Chaotic Emotion Detection App (#2959) Docs: Recipe settings (#2970) feat(ui): Add confirmation dialog for unsaved changes in extension modal (#2971) feat: alphabetize extensions in goose CLI (#2966) switch roles on condition for windows (#2975) fix version param for canary (#2974) enabling windows builds with code signing (#2968) feat(cli): add system prompt parameter to run command (#2253) Fix window not showing for some users (#2967) Add documentation for running with Ramalama local model serving in OCI Containers (#1973) Reddit MCP Server Tutorial (#2949) [fix] goose not quitting app completely (#2950) Opopadich/issue 1625 (#2904) ...
Signed-off-by: Soroosh <soroosh.sarabadani@gmail.com>
props to @finn-block for helping me through this