mirror of
https://git.suyu.dev/suyu/citra-qt-installer.git
synced 2025-12-21 21:25:59 +01:00
Do not attempt to recreate the dist directory.
This commit is contained in:
parent
77f9bcee0a
commit
8cc87b42d5
1 changed files with 0 additions and 3 deletions
|
|
@ -73,9 +73,6 @@ let targets = [
|
|||
];
|
||||
|
||||
async function execute() {
|
||||
// Verify there's a dist directory.
|
||||
fs.ensureDirSync(distDir);
|
||||
|
||||
// Clean up any temporary directories.
|
||||
fs.emptyDirSync(tempDir);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue