Skip to content
Snippets Groups Projects
Commit 02abdea8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Mark zip and unzip testable file commands as "Native"

This should be redundant since "zip" and "unzip" should already be in the
native program list, but at some point we should be able to get rid of the
native program list or at least have it default to blank.
parent 4f2886fc
No related branches found
No related tags found
No related merge requests found
......@@ -74,13 +74,13 @@ supported_archive_formats=zip, z7, tgz
cmd=%@unzip -tqq %f
working=Testing ZIP Integrity...
ars=
ex_mode=0
ex_mode=0x4000
[tester:1]
extension=ZIP
cmd=%@zip -z %f < %zzipmsg.txt
working=Adding ZIP Comment...
ars=
ex_mode=0
ex_mode=0x4000
[protocol:0]
key=X
name=XMODEM-Original
......
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