aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps/WiresharkPortable.ini
AgeCommit message (Collapse)AuthorFilesLines
2021-06-19Packaging: Add 64-bit PortableApps packages.Gerald Combs1-10/+0
Build WiresharkPortable32 or WiresharkPortable64 as appropriate for our target platform. Add WiresharkPortable64 steps to the Win64 builder. Update the Developer's Guide. Fixes #17260.
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-1/+1
Change-Id: Ice2e1e2e4d94f6c9da7c651866cfa1a8ac4a31d8 Reviewed-on: https://code.wireshark.org/review/34096 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-09-09PortableApps: Allow multiple instances.Gerald Combs1-0/+3
The documentation for the [Launch]SingleAppInstance key doesn't seem to match its behavior in that its default value (true) keeps multiple portable instances from running, at least for us. Set it to false since we're happy with users running as many concurrent instances as they can stand. Set the related SinglePortableAppInstance key to false while we're here in case its default value ever changes. Change-Id: Iea1a6a80d5b204814b7569776734e0b0e254d657 Reviewed-on: https://code.wireshark.org/review/17616 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-04-10Move the PortabaleApps packaging up one level.Gerald Combs1-0/+7
Update the PA section of the Developer's Guide. Change-Id: I383d2a2405e742eb353390f5a43fd6d6d32cb25b Reviewed-on: https://code.wireshark.org/review/8012 Reviewed-by: Gerald Combs <gerald@wireshark.org>