Skip to content

Commit

Permalink
Makefile: Keep powershell64 and powershell32 in root.
Browse files Browse the repository at this point in the history
ProjectSynchro committed Oct 9, 2024
1 parent 32a97c5 commit 5ebc17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -20,8 +20,8 @@ DIST_ZIP_DIR = dist/zip
DIST_TAR_DIR = dist/tar

# Executable Names
TARGET64 = $(BUILD_DIR64)/powershell64.exe
TARGET32 = $(BUILD_DIR32)/powershell32.exe
TARGET64 = powershell64.exe
TARGET32 = powershell32.exe

# Distribution Archives
ZIP_ARCHIVE = powershell-wrapper.zip

0 comments on commit 5ebc17d

Please sign in to comment.