From c28f8c15476e9e877733216ece872a3f54dee570 Mon Sep 17 00:00:00 2001 From: hdlx Date: Tue, 29 Oct 2024 07:44:10 +0100 Subject: [PATCH] Minor fixes --- Sources/AltAppSwitcher/Config.c | 1 + deploy.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/AltAppSwitcher/Config.c b/Sources/AltAppSwitcher/Config.c index aaae3ab..f8f6505 100644 --- a/Sources/AltAppSwitcher/Config.c +++ b/Sources/AltAppSwitcher/Config.c @@ -4,6 +4,7 @@ #include #include #include +#include static bool TryGetKey(const char* lineBuf, const char* token, DWORD* keyToSet) { diff --git a/deploy.py b/deploy.py index 2c93854..c2781d9 100644 --- a/deploy.py +++ b/deploy.py @@ -13,7 +13,7 @@ def deploy(arch): if os.path.exists(tempDir): shutil.rmtree(tempDir) - compileCommon.CompileRel("CheckUpdate", arch) + compileCommon.CompileRel("CheckForUpdates", arch) compileCommon.CompileRel("AltAppSwitcher", arch) shutil.copytree(srcDir, tempDir)