Skip to content

Commit

Permalink
CI: AppImage - Update Makefile (#27)
Browse files Browse the repository at this point in the history
Bundle .NET framework in the AppImage using the override in the makefile.
  • Loading branch information
qurious-pixel committed Jul 19, 2023
1 parent 168eadd commit 6712480
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 @@ -108,7 +108,7 @@ else
BUILD_TYPE = Debug
endif

PUBLISHFLAGS := -r $(MESENPLATFORM) --no-self-contained true -p:PublishSingleFile=true
PUBLISHFLAGS ?= -r $(MESENPLATFORM) --no-self-contained true -p:PublishSingleFile=true

CORESRC := $(shell find Core -name '*.cpp')
COREOBJ := $(CORESRC:.cpp=.o)
Expand Down

0 comments on commit 6712480

Please sign in to comment.