Skip to content
Snippets Groups Projects
Commit 0d3bf4c3 authored by Edileuton Henrique de Oliveira's avatar Edileuton Henrique de Oliveira
Browse files

windows-installer: Add missing DLLs

parent fa3aae8b
No related branches found
No related tags found
1 merge request!22Fix/windows agent generation
...@@ -37,6 +37,10 @@ collect: ...@@ -37,6 +37,10 @@ collect:
installer: installer:
#@cd $(SRCDIR) #@cd $(SRCDIR)
@cp ~/.wine/drive_c/windows/system32/python27.dll $(COLLECTDIR)/src/dist/
@cp ~/.wine/drive_c/windows/system32/api-ms-win-core-localregistry-l1-1-0.dll $(COLLECTDIR)/src/dist/
@cp ~/.wine/drive_c/windows/system32/api-ms-win-core-processthreads-l1-1-0.dll $(COLLECTDIR)/src/dist/
@cp ~/.wine/drive_c/windows/system32/api-ms-win-security-base-l1-1-0.dll $(COLLECTDIR)/src/dist/
@$(MAKENSIS) $(INSTALLERSRC) @$(MAKENSIS) $(INSTALLERSRC)
@mkdir -p "windows-agent" @mkdir -p "windows-agent"
@cp build/DataSID.exe "windows-agent" @cp build/DataSID.exe "windows-agent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment