mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update API archive script for new headers
This commit is contained in:
+3
-3
@@ -192,10 +192,10 @@ function createApiArchive(rootPath, releasePath, tempPath, destPath) {
|
||||
});
|
||||
|
||||
// API header file.
|
||||
fs.mkdirsSync(path.join(tempPath, 'include', 'loot'));
|
||||
fs.mkdirsSync(path.join(tempPath, 'include'));
|
||||
fs.copySync(
|
||||
path.join(rootPath, 'include', 'loot', 'api.h'),
|
||||
path.join(tempPath, 'include', 'loot', 'api.h')
|
||||
path.join(rootPath, 'include', 'loot'),
|
||||
path.join(tempPath, 'include', 'loot')
|
||||
);
|
||||
|
||||
// Docs.
|
||||
|
||||
Reference in New Issue
Block a user