mirror of
https://github.com/yuzu-emu/citra-qt-installer.git
synced 2024-11-22 09:15:43 +01:00
Do not attempt to recreate the dist directory.
This commit is contained in:
parent
77f9bcee0a
commit
8cc87b42d5
@ -73,9 +73,6 @@ let targets = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
async function execute() {
|
async function execute() {
|
||||||
// Verify there's a dist directory.
|
|
||||||
fs.ensureDirSync(distDir);
|
|
||||||
|
|
||||||
// Clean up any temporary directories.
|
// Clean up any temporary directories.
|
||||||
fs.emptyDirSync(tempDir);
|
fs.emptyDirSync(tempDir);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user