mirror of
https://git.suyu.dev/suyu/citra-qt-installer.git
synced 2025-12-22 05:36:00 +01:00
Removed extra subdirectory when building files.
This commit is contained in:
parent
10a2bebb1c
commit
ed45e8f6b8
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ async function execute() {
|
|||
|
||||
// Setup final structure
|
||||
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}`);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue