Kevin
Kevin
PR #95 allows any file extension with notarytool. Similar changes may allow the same support with the legacy tool
@daniboomerang I ran into this issue and the linked PR when searching for a way to notarize my PKG file built by `@electron-forge/maker-pkg`. Guess I didn't dig into the previous...
> These options can contain credentials, we should avoid logging them Okay. I assumed it wasn't a concern because the `Packager Options` debug output [here](https://github.com/electron/electron-packager/blob/a0ef38f08a577a3a0491fd5db3eb1f55d2e44d2b/src/index.js#L165) could contain the same credentials
It's not listed in the README file, but sc-mongodb does [depend on the build-essential cookbook]( https://github.com/sous-chefs/mongodb/blob/master/metadata.rb#L19). Toss that into your Chef environment and your run should look better
@rponcetn The dependency conflict error is giving pretty good details on what Chef requires to run. Some cookbook is requiring those listed cookbooks (7-zip, apt, ark, aws, etc) be installed...
Looks like this was fixed in #186 already
Win10 registry search for my dev protocol shows ``` HKEY_CURRENT_USER\SOFTWARE\Classes\app-dev (Default) REG_SZ URL:app-dev HKEY_CLASSES_ROOT\app-dev (Default) REG_SZ URL:app-dev ``` According to the [electron code](https://github.com/electron/electron/blob/0ee7f14190e75d0e7b669661c81235a4a2bfadb4/shell/browser/browser_win.cc#L491-L503) I think you only need to adjust...
@glawson I live on a Mac environment, so I'd definitely be out of my element on Windows. Any reason to not the Electron native handler to cleanup the protocol registrations?
@iacobnasca @5saviahv sorry to ping, but you've both created tags on this repo before Trying to identify the version boundaries, I think this is "close" * [v0.5.6 to v0.5.7](https://github.com/cthackers/adm-zip/compare/v0.5.6...c1236b5) *...
I was able to get a successful Helm deployment with this action using ``` - name: Copy kubectl config to output for helm deploy id: kube run: | CONFIG="$(cat ${HOME}/.kube/config)"...