Cleanup code

This commit is contained in:
AlphaX-Projects
2024-03-27 12:48:38 +01:00
parent 1c587325e8
commit 42201341c1
116 changed files with 356 additions and 452 deletions

View File

@@ -37,7 +37,7 @@ async function afterPack(context) {
if (electronPlatformName.includes("linux")) {
await doLinux(context);
return;
}
}