mirror of
https://github.com/yuzu-emu/citra-qt-installer.git
synced 2024-11-22 08:25:39 +01:00
Removed extra subdirectory when building files.
This commit is contained in:
parent
10a2bebb1c
commit
ed45e8f6b8
@ -128,7 +128,7 @@ async function execute() {
|
|||||||
|
|
||||||
// Setup final structure
|
// Setup final structure
|
||||||
mkdirIfNotExists(`${distDir}/${name}`);
|
mkdirIfNotExists(`${distDir}/${name}`);
|
||||||
fs.moveSync("meta.7z", `${distDir}/${name}/${version}/meta.7z`);
|
fs.moveSync("meta.7z", `${distDir}/${name}/${version}meta.7z`);
|
||||||
|
|
||||||
logger.debug(`Creating target metadata for ${name}`);
|
logger.debug(`Creating target metadata for ${name}`);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user