Skip to content

Commit

Permalink
update linux-release
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Feb 13, 2025
1 parent 762819d commit 7b7de35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ INSTALLER_RESOURCES ?= installer-resources-$(APP)
INSTALLER_NAME ?= $(APP)-installer
WINDOWS_LIB_NAME ?= $(BUILD_DIR)/$(DESKTOP_LIB_NAME).dll
WINDOWS_APP_NAME ?= $(APP).exe
WINDOWS64_LIB_NAME ?= $(DESKTOP_LIB_NAME).dll
WINDOWS64_LIB_NAME ?= $(BUILD_DIR)/$(DESKTOP_LIB_NAME).dll
WINDOWS64_APP_NAME ?= $(APP)_x64.exe
LINUX_LIB_NAME ?= $(BUILD_DIR)/$(DESKTOP_LIB_NAME).so

Expand Down

0 comments on commit 7b7de35

Please sign in to comment.