deboa 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,6 +96,7 @@ For more details, please see the [IDeboa interface](https://github.com/erikian/d
|
|
|
96
96
|
- `beforePackage`: runs after the files are copied to the temporary directory and before they're packaged. You can use this to add/delete/rename any files before they're packaged.
|
|
97
97
|
- `controlFileOptions`: additional control file fields. See the [IControlFileOptions interface](https://github.com/erikian/deboa/blob/main/src/types/IControlFileOptions.ts) for details.
|
|
98
98
|
- `icon`: path to the image you want to use as your app icon.
|
|
99
|
+
- `installationRoot`: directory your files will be installed to. Defaults to `/usr/lib/${packageName}`.
|
|
99
100
|
- `modifyTarHeader`: allows you to modify the header of a file before it's added to the `data` tar archive. The main use case
|
|
100
101
|
for this option is setting permissions in order to make files executable when creating a .deb on Windows:
|
|
101
102
|
|
package/package.json
CHANGED