Skip to content

Commit

Permalink
Make sure NLog.dll is shipped with releases
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed May 11, 2021
1 parent 2158936 commit d73c809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ TXT = $(SRCDIR)/rules/DefaultUserSequences.txt \
EXE = $(BINDIR)/wincompose.exe
DLL = $(BINDIR)/language.dll \
$(BINDIR)/Emoji.Wpf.dll \
$(BINDIR)/NLog.dll \
$(BINDIR)/Typography.OpenFont.dll \
$(BINDIR)/Typography.GlyphLayout.dll \
$(BINDIR)/Hardcodet.NotifyIcon.Wpf.dll
Expand Down
1 change: 1 addition & 0 deletions src/installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Source: "{#BINDIR}\{#EXE}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#BINDIR}\{#EXE}.config"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#BINDIR}\language.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#BINDIR}\Emoji.Wpf.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#BINDIR}\NLog.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#BINDIR}\Typography.OpenFont.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#BINDIR}\Typography.GlyphLayout.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#BINDIR}\Hardcodet.NotifyIcon.Wpf.dll"; DestDir: "{app}"; Flags: ignoreversion
Expand Down

0 comments on commit d73c809

Please sign in to comment.