quill icon indicating copy to clipboard operation
quill copied to clipboard

Simple mac binary signing from any platform

Results 15 quill issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot...

dependencies
github_actions

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.52.1 to 1.52.3. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.52.3 (2024-05-06) Service Client Updates service/medialive: Updates service API and documentation AWS Elemental MediaLive now supports configuring...

dependencies
go

**What happened**: I'm getting this error `code signing command is not the last loader command, so cannot remove it (easily) without corrupting the binary` quite often with binaries built with...

bug

We need to use app specific passwords with Team ID (https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool#App-specific-password). We do not have App Store applications to notarize and just notarize binaries. Is this supported? I see TeamID...

enhancement

**What would you like to be added**: Command Line Flag for allowing to set a different timeout, seems like to be at 15 minutes at default. **Why is this needed**:...

enhancement

**What happened**: I'm testing quill to implement into our process for code signing osx binaries. I've exported Apple Developer ID as .p12 cert and password as Quill P12 environment variables...

bug

**What would you like to be added**: Would be nice to have an easy way to install quill on a mac via Homebrew **Why is this needed**: Makes install on...

enhancement
good first issue

Thos seems to only sign the binary. I sssume I also need to sign the .app. I also need to include some ffmpeg binaries that he golang binary depends on....

enhancement

**What happened**: When going to update to the latest version of bubbletea I found the following error: ``` # github.com/erikgeiser/promptkit/textinput ../../go/pkg/mod/github.com/erikgeiser/[email protected]/textinput/model.go:102:8: input.BackgroundStyle undefined (type "github.com/charmbracelet/bubbles/textinput".Model has no field or method...

bug

Windows PE binaries also support codesigning and I think the mechanisms are very similar. I'm not 100% sold that support for signing windows binaries should be done in this tool,...

enhancement
help wanted