|
|
|
@ -337,7 +337,7 @@ Win64 Package:
|
|
|
|
|
- C:\gitlab-builds\bin\sign-files.ps1 -Path packaging\wix
|
|
|
|
|
- msbuild /verbosity:minimal portableapps_package.vcxproj
|
|
|
|
|
- C:\gitlab-builds\bin\sign-files.ps1 -Path packaging\portableapps
|
|
|
|
|
- $plugins = Get-ChildItem run\RelWithDebInfo\plugins\*\*.dll ; signtool verify /v /pa /all run\RelWithDebInfo\*.exe run\RelWithDebInfo\extcap\*.exe $plugins run\RelWithDebInfo\libwireshark.dll run\RelWithDebInfo\libwiretap.dll run\RelWithDebInfo\libwsutil.dll packaging\nsis\Wireshark-win??-*.exe packaging\wix\Wireshark-win??-*.msi packaging\portableapps\WiresharkPortable??_*.paf.exe
|
|
|
|
|
- $plugins = Get-ChildItem run\RelWithDebInfo\plugins\*\*.dll ; signtool verify /q /pa /all run\RelWithDebInfo\*.exe run\RelWithDebInfo\extcap\*.exe $plugins run\RelWithDebInfo\libwireshark.dll run\RelWithDebInfo\libwiretap.dll run\RelWithDebInfo\libwsutil.dll packaging\nsis\Wireshark-win??-*.exe packaging\wix\Wireshark-win??-*.msi packaging\portableapps\WiresharkPortable??_*.paf.exe
|
|
|
|
|
- msbuild /verbosity:minimal pdb_zip_package.vcxproj
|
|
|
|
|
- C:\gitlab-builds\bin\mse-scan.ps1
|
|
|
|
|
- $packages = Get-ChildItem "packaging\nsis\Wireshark-win??-*.exe", "packaging\wix\Wireshark-win??-*.msi", "packaging\portableapps\WiresharkPortable??_*.paf.exe", "Wireshark-pdb-win??-*.zip"
|
|
|
|
@ -385,7 +385,7 @@ Win32 Package:
|
|
|
|
|
- C:\gitlab-builds\bin\sign-files.ps1 -Path packaging\wix
|
|
|
|
|
- msbuild /verbosity:minimal portableapps_package.vcxproj
|
|
|
|
|
- C:\gitlab-builds\bin\sign-files.ps1 -Path packaging\portableapps
|
|
|
|
|
- $plugins = Get-ChildItem run\RelWithDebInfo\plugins\*\*.dll ; signtool verify /v /pa /all run\RelWithDebInfo\*.exe run\RelWithDebInfo\extcap\*.exe $plugins run\RelWithDebInfo\libwireshark.dll run\RelWithDebInfo\libwiretap.dll run\RelWithDebInfo\libwsutil.dll packaging\nsis\Wireshark-win??-*.exe packaging\wix\Wireshark-win??-*.msi packaging\portableapps\WiresharkPortable??_*.paf.exe
|
|
|
|
|
- $plugins = Get-ChildItem run\RelWithDebInfo\plugins\*\*.dll ; signtool verify /q /pa /all run\RelWithDebInfo\*.exe run\RelWithDebInfo\extcap\*.exe $plugins run\RelWithDebInfo\libwireshark.dll run\RelWithDebInfo\libwiretap.dll run\RelWithDebInfo\libwsutil.dll packaging\nsis\Wireshark-win??-*.exe packaging\wix\Wireshark-win??-*.msi packaging\portableapps\WiresharkPortable??_*.paf.exe
|
|
|
|
|
- msbuild /verbosity:minimal pdb_zip_package.vcxproj
|
|
|
|
|
- C:\gitlab-builds\bin\mse-scan.ps1
|
|
|
|
|
- $packages = Get-ChildItem "packaging\nsis\Wireshark-win??-*.exe", "packaging\wix\Wireshark-win??-*.msi", "packaging\portableapps\WiresharkPortable??_*.paf.exe", "Wireshark-pdb-win??-*.zip"
|
|
|
|
|