mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-31 20:57:41 +00:00
fix(developer): copy sentry to bin before building installer
This commit is contained in:
parent
22238d7070
commit
ea1d7a42be
1 changed files with 10 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ kmconvert:
|
|||
cd $(ROOT)\src\developer\kmconvert
|
||||
$(MAKE) $(TARGET)
|
||||
|
||||
tike: kmcmpdll
|
||||
tike: kmcmpdll redist
|
||||
cd $(ROOT)\src\developer\tike
|
||||
$(MAKE) $(TARGET)
|
||||
|
||||
|
|
@ -47,7 +47,15 @@ setup:
|
|||
cd $(ROOT)\src\developer\setup
|
||||
$(MAKE) $(TARGET)
|
||||
|
||||
inst:
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
redist:
|
||||
copy $(ROOT)\src\ext\sentry\sentry.dll $(ROOT)\bin\developer
|
||||
copy $(ROOT)\src\ext\sentry\sentry.x64.dll $(ROOT)\bin\developer
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
inst: redist
|
||||
cd $(ROOT)\src\developer\inst
|
||||
$(MAKE) $(TARGET)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue