Skip to content

Commit

Permalink
Update pack_github.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 authored Feb 4, 2024
1 parent d8f1067 commit ed89d58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windows-install/win64/pack_github.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ copy "C:\mingw64\bin\libgcc_s_seh-1.dll" output
copy "C:\mingw64\bin\libstdc++-6.dll" output
copy "C:\mingw64\bin\libwinpthread-1.dll" output
cd output
windeployqt --release --verbose 0 --list relative codequery.exe
rem windeployqt --release --verbose 0 --list relative codequery.exe
windeployqt codequery.exe
dir /b/a/s
candle.exe -ext WixUIExtension -ext WixUtilExtension "..\..\windows-install\win64\codequery64.wxs"
light.exe -ext WixUIExtension -ext WixUtilExtension codequery64.wixobj
Expand Down

0 comments on commit ed89d58

Please sign in to comment.