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

windows-installer: Add missing DLLs

parent 26e56263
No related branches found
No related tags found
1 merge request!10Fix/windows agent generation
...@@ -28,8 +28,11 @@ collect: ...@@ -28,8 +28,11 @@ 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/ProInfoData.exe "windows-agent" @cp build/ProInfoData.exe "windows-agent"
@cp 7zS.sfx "windows-agent" @cp 7zS.sfx "windows-agent"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment