mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Distribute documentation in API archive
This commit is contained in:
+3
-3
@@ -183,10 +183,10 @@ function createApiArchive(rootPath, releasePath, tempPath, destPath) {
|
||||
path.join(tempPath, 'include', 'loot')
|
||||
);
|
||||
|
||||
// Readme.
|
||||
// Documentation.
|
||||
fs.copySync(
|
||||
path.join(rootPath, 'docs', 'api', 'README.md'),
|
||||
path.join(tempPath, 'README.md')
|
||||
path.join(rootPath, 'build', 'docs', 'html'),
|
||||
path.join(tempPath, 'docs')
|
||||
);
|
||||
|
||||
// Now compress the folder to a 7-zip archive.
|
||||
|
||||
Reference in New Issue
Block a user