Skip to content

Commit

Permalink
docs: update fpm docs links (#7557)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 25, 2023
1 parent 4786d41 commit 22bc937
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-mirrors-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

Update link to fpm docs
4 changes: 2 additions & 2 deletions packages/app-builder-lib/scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
"type": "null"
}
],
"description": "*Advanced only* The [fpm](https://github.com/jordansissel/fpm/wiki#usage) options.\n\nExample: `[\"--before-install=build/deb-preinstall.sh\", \"--after-upgrade=build/deb-postinstall.sh\"]`"
"description": "*Advanced only* The [fpm](https://fpm.readthedocs.io/en/latest/cli-reference.html) options.\n\nExample: `[\"--before-install=build/deb-preinstall.sh\", \"--after-upgrade=build/deb-postinstall.sh\"]`"
},
"icon": {
"type": "string"
Expand Down Expand Up @@ -7271,4 +7271,4 @@
}
},
"type": "object"
}
}
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/options/linuxOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export interface LinuxTargetSpecificOptions extends CommonLinuxOptions, TargetSp
readonly afterRemove?: string | null

/**
* *Advanced only* The [fpm](https://github.com/jordansissel/fpm/wiki#usage) options.
* *Advanced only* The [fpm](https://fpm.readthedocs.io/en/latest/cli-reference.html) options.
*
* Example: `["--before-install=build/deb-preinstall.sh", "--after-upgrade=build/deb-postinstall.sh"]`
*/
Expand Down

0 comments on commit 22bc937

Please sign in to comment.