mirror of
https://github.com/yuzu-emu/citra-qt-installer.git
synced 2024-11-21 22:25:37 +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() {
|
||||
// Verify there's a dist directory.
|
||||
fs.ensureDirSync(distDir);
|
||||
|
||||
// Clean up any temporary directories.
|
||||
fs.emptyDirSync(tempDir);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user