Skip to content

Commit

Permalink
chore(docs): Running pnpm generate-all
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Oct 29, 2023
1 parent db424e8 commit 5133b72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
4 changes: 1 addition & 3 deletions docs/configuration/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ Define <code>GH_TOKEN</code> environment variable.</p>
</li>
</ul>
<h2 id="snapstoreoptions">SnapStoreOptions</h2>
<p><a href="https://snapcraft.io/">Snap Store</a> options. To publish directly to Snapcraft,
see <a href="https://snapcraft.io/docs/snapcraft-authentication">Snapcraft
authentication options</a> for local or CI/CD authentication options.</p>
<p><a href="https://snapcraft.io/">Snap Store</a> options. To publish directly to Snapcraft, see <a href="https://snapcraft.io/docs/snapcraft-authentication">Snapcraft authentication options</a> for local or CI/CD authentication options.</p>
<ul>
<li><strong><code id="SnapStoreOptions-provider">provider</code></strong> “snapStore” - The provider. Must be <code>snapStore</code>.</li>
<li><code id="SnapStoreOptions-repo">repo</code> String - snapcraft repo name</li>
Expand Down
6 changes: 3 additions & 3 deletions packages/app-builder-lib/src/macPackager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ export default class MacPackager extends PlatformPackager<MacConfiguration> {
await this.dispatchArtifactCreated(artifactPath, null, Arch.x64, this.computeSafeArtifactName(artifactName, "pkg", arch, true, this.platformSpecificBuildOptions.defaultArch))
}

if (!isMas) {
await this.notarizeIfProvided(appPath)
}
if (!isMas) {
await this.notarizeIfProvided(appPath)
}
return true
}

Expand Down
10 changes: 4 additions & 6 deletions packages/builder-util-runtime/src/publishOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export interface KeygenOptions extends PublishConfiguration {
* Bitbucket options.
* https://bitbucket.org/
* Define `BITBUCKET_TOKEN` environment variable.
*
*
* For converting an app password to a usable token, you can utilize this
```typescript
convertAppPassword(owner: string, appPassword: string) {
Expand Down Expand Up @@ -248,9 +248,7 @@ export interface BitbucketOptions extends PublishConfiguration {
}

/**
* [Snap Store](https://snapcraft.io/) options. To publish directly to Snapcraft,
* see <a href="https://snapcraft.io/docs/snapcraft-authentication">Snapcraft
* authentication options</a> for local or CI/CD authentication options.
* [Snap Store](https://snapcraft.io/) options. To publish directly to Snapcraft, see <a href="https://snapcraft.io/docs/snapcraft-authentication">Snapcraft authentication options</a> for local or CI/CD authentication options.
*/
export interface SnapStoreOptions extends PublishConfiguration {
/**
Expand Down Expand Up @@ -296,9 +294,9 @@ export interface BaseS3Options extends PublishConfiguration {
* AWS credentials are required, please see [getting your credentials](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/getting-your-credentials.html).
* Define `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` [environment variables](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-node-credentials-environment.html).
* Or in the [~/.aws/credentials](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-node-credentials-shared.html).
*
*
* Example configuration:
*
*
```json
{
"build":
Expand Down

0 comments on commit 5133b72

Please sign in to comment.