Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hdlx committed Oct 29, 2024
1 parent a62a1d7 commit c28f8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Sources/AltAppSwitcher/Config.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <Winuser.h>
#include <stdlib.h>

static bool TryGetKey(const char* lineBuf, const char* token, DWORD* keyToSet)
{
Expand Down
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c28f8c1

Please sign in to comment.